fix(RHI): 修复 OpenGL/D3D12 后端编译问题
- 修复 OpenGLCommandList 方法签名匹配 RHI 抽象接口 - 修复 OpenGLSwapChain Present/Resize 方法签名 - 添加 OpenGL 特有方法重载支持后端测试(底层逃逸) - 暂时禁用不兼容的 Resources 模块 - 更新 OpenGL 测试 CMakeLists
This commit is contained in:
@@ -40,6 +40,7 @@ add_subdirectory(debug)
|
||||
add_subdirectory(D3D12)
|
||||
add_subdirectory(RHI/D3D12)
|
||||
add_subdirectory(RHI/OpenGL)
|
||||
add_subdirectory(Resources)
|
||||
|
||||
# ============================================================
|
||||
# Test Summary
|
||||
|
||||
Reference in New Issue
Block a user