Skip to content

Commit 24f0eaf

Browse files
LegNeatoFirestar99
authored andcommitted
Fix paths in README
1 parent 79568fc commit 24f0eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/difftests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)