Add Vulkan graphics descriptor offset unit test
This commit is contained in:
@@ -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 几个文件,避免后续继续堆到单个巨型测试文件中。
|
||||
|
||||
Reference in New Issue
Block a user