OpenXRay/xray-16

Vulkan Renderer

开放

#447 创建于 2019年8月2日

 (18 条评论) (12 个反应) (0 位负责人)C++ (519 个派生)auto 404
Developer ExperienceHelp wantedModmaker ExperiencePlayer ExperiencePortabilityRenderer

仓库指标

星标
 (3,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南