RHI: Add RenderPass and Framebuffer unit tests with CMake support

This commit is contained in:
2026-03-25 13:03:07 +08:00
parent 41cea4d1a2
commit 2ac32e1330
3 changed files with 486 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ set(TEST_SOURCES
test_command_queue.cpp
test_shader.cpp
test_pipeline_state.cpp
test_render_pass.cpp
test_framebuffer.cpp
test_fence.cpp
test_sampler.cpp
${CMAKE_SOURCE_DIR}/tests/opengl/package/src/glad.c