wgpu/tests/in/bounds-check-image-restrict.param.ron
João Capucho 0aa7681165
glsl-out: Implement bounds checks for ImageLoad (#1889)
* glsl-out: Implement bounds checks for `ImageLoad`

* Enable image bounds check snapshot tests for GLSL.

In addition to the snapshot.rs changes, this entails adding an entry
point function to `bounds-check-image-restrict.wgsl` and
`bounds-check-image-rzsw.wgsl`, including appropriate data in the
param.ron files.

* Apply comments

Snapshot test changes:
Co-authored-by: Jim Blandy <jimb@red-bean.com>
2022-05-30 12:13:58 -07:00

15 lines
184 B
Plaintext

(
bounds_check_policies: (
image: Restrict,
),
spv: (
version: (1, 1),
debug: true,
),
glsl: (
version: Desktop(430),
writer_flags: (bits: 0),
binding_map: { },
),
)