mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-13 13:28:27 +02:00
7 lines
274 B
Plaintext
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>;
|