OpenXRay/xray-16

Vulkan Renderer

Offen

#447 geöffnet am 02.08.2019

 (18 Kommentare) (12 Reaktionen) (0 zugewiesene Personen)C++ (519 Forks)auto 404
Developer ExperienceHelp wantedModmaker ExperiencePlayer ExperiencePortabilityRenderer

Repository-Metriken

Stars
 (3.524 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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)

Contributor Guide