mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
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.
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
(
|
|
index_bounds_check_policy: ReadZeroSkipWrite,
|
|
spv: (
|
|
version: (1, 2),
|
|
debug: true,
|
|
adjust_coordinate_space: false,
|
|
),
|
|
)
|