1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-13 13:28:27 +02:00
chroma/lexers/testdata/wgsl.sampled.texture.actual
David Neto dcc587e978
wgsl: Fix typo for texel format rgba16float (#779)
Add tests for predeclared types, type-generators, texel formats.
2023-03-28 13:18:56 -07:00

7 lines
274 B
Plaintext

@group(0) @binding(0) var texture_1d<f32>;
@group(0) @binding(1) var texture_2d<f32>;
@group(0) @binding(2) var texture_2d_array<f32>;
@group(0) @binding(3) var texture_3d<f32>;
@group(0) @binding(4) var texture_cube<f32>;
@group(0) @binding(5) var texture_cube_array<f32>;