chroma/lexers/testdata/wgsl.depth.texture.actual

6 lines
249 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
@group(0) @binding(1) var texture_depth_2d;
@group(0) @binding(2) var texture_depth_2d_array;
@group(0) @binding(4) var texture_depth_cube;
@group(0) @binding(5) var texture_depth_cube_array;
@group(0) @binding(5) var texture_depth_multisampled_2d;