Add Vulkan graphics descriptor offset unit test

This commit is contained in:
2026-03-28 00:17:16 +08:00
parent 539df6a03a
commit 3d2fd5c8ee
3 changed files with 311 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ tests/RHI/Vulkan/
- RTV / DSV / SRV 视图创建与原生 image-view 句柄有效性
- `Sampler` 创建与原生 sampler 句柄有效性
- `DescriptorSet` 的原生句柄、绑定布局元数据与常量缓冲脏标记行为
- graphics draw 到离屏纹理后的像素回读,以及 `SetGraphicsDescriptorSets(firstSet != 0)` 绑定路径
- `PipelineLayout` 的显式 set-layout 聚合与 flat-count 合成逻辑
当前这些 Vulkan backend unit 用例已经按职责拆分为 fixture / render-pass / shader / pipeline / compute 几个文件,避免后续继续堆到单个巨型测试文件中。