chroma/lexers/testdata/wgsl.depth.texture.actual
2025-03-22 20:46:00 +13:00

5 lines
249 B
Text

@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;