Files
wgpu/tests/in/pointers.param.ron
Jim Blandy 0e3fbc8166 Replace pointer-access.spv snapshot test with WGSL source. (#1450)
The original pointer access test used SPIR-V for its input because WGSL didn't
have a working pointer indirection operator at the time. Now that it does, we
can just write this test in WGSL directly.

Fixes #1432.
2021-10-06 16:30:36 -04:00

9 lines
138 B
Plaintext

(
index_bounds_check_policy: ReadZeroSkipWrite,
spv: (
version: (1, 2),
debug: true,
adjust_coordinate_space: false,
),
)