...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/wgsl.storage.texture.actual

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata

     1@group(0) @binding(0) var texture_storage_1d<rgba8unorm,write>;
     2@group(0) @binding(1) var texture_storage_2d<rgba8unorm,write>;
     3@group(0) @binding(2) var texture_storage_2d_array<rgba8unorm,write>;
     4@group(0) @binding(3) var texture_storage_3d<rgba8unorm,write>;

View as plain text