wgpu/naga/tests/in/image.param.ron
Jasper St. Pierre 9ccea8179d naga: Fix textureNumLevels in the GLSL backend
... and reactivate the GLSL test for it.

Fixes issue #6435.
2024-11-04 08:07:23 -08:00

14 lines
229 B
Plaintext

(
spv: (
version: (1, 1),
debug: true,
),
glsl: (
version: Desktop(430),
writer_flags: (""),
binding_map: {},
zero_initialize_workgroup_memory: true,
),
glsl_exclude_list: ["depth_load", "depth_no_comparison"]
)