File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The library provides helper types for common test patterns:
9898- ` WgpuComputeTest ` - Single buffer compute shader test
9999- ` WgpuComputeTestMultiBuffer ` - Multi-buffer compute shader test with input/output
100100 separation
101- - ` WgpuComputeTestPushConstant ` - Compute shader test with push constants support
101+ - ` WgpuComputeTestPushConstants ` - Compute shader test with push constants support
102102- ` Skip ` - Marks a test variant as skipped with a reason
103103
104104** Shader source types:**
@@ -115,7 +115,7 @@ For examples, see:
115115
116116- [ ` tests/lang/core/ops/math_ops/ ` ] ( tests/lang/core/ops/math_ops/ ) - Multi-buffer test
117117 with floating-point metadata
118- - [ ` tests/storage_class/push_constant / ` ] ( tests/storage_class/push_constant / ) - Push
118+ - [ ` tests/arch/push_constants / ` ] ( tests/arch/push_constants / ) - Push
119119 constants usage
120120- [ ` tests/arch/workgroup_memory/ ` ] ( tests/arch/workgroup_memory/ ) - Workgroup memory
121121 usage
You can’t perform that action at this time.
0 commit comments