OpenXRay/xray-16

Vulkan Renderer

Ouverte

#447 ouverte le 2 août 2019

 (18 commentaires) (12 réactions) (0 personne assignée)C++ (519 forks)auto 404
Developer ExperienceHelp wantedModmaker ExperiencePlayer ExperiencePortabilityRenderer

Métriques du dépôt

Stars
 (3 524 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Note that it should not be a replacement for existing OpenGL renderer, but another renderer.

xrRender_VK:

  • HW
  • Backend
  • Resources management (textures, SH_RT, SH_Atomic etc)
  • State management
  • and more...
  • Shaders (two ways, should be supported both)
    • Use cross-compiler (see #258) to compile shaders from existing HLSL code.
    • Support own GLSL shaders in case if they are exist. (We should decide on folder name)

Guide contributeur