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:
98
98
- ` WgpuComputeTest ` - Single buffer compute shader test
99
99
- ` WgpuComputeTestMultiBuffer ` - Multi-buffer compute shader test with input/output
100
100
separation
101
- - ` WgpuComputeTestPushConstant ` - Compute shader test with push constants support
101
+ - ` WgpuComputeTestPushConstants ` - Compute shader test with push constants support
102
102
- ` Skip ` - Marks a test variant as skipped with a reason
103
103
104
104
** Shader source types:**
@@ -115,7 +115,7 @@ For examples, see:
115
115
116
116
- [ ` tests/lang/core/ops/math_ops/ ` ] ( tests/lang/core/ops/math_ops/ ) - Multi-buffer test
117
117
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
119
119
constants usage
120
120
- [ ` tests/arch/workgroup_memory/ ` ] ( tests/arch/workgroup_memory/ ) - Workgroup memory
121
121
usage
You can’t perform that action at this time.
0 commit comments