dawn-cmake/test/intrinsics/gen/textureNumLayers/ff5e89.wgsl.expected.wgsl

21 lines
382 B
WebGPU Shading Language
Raw Normal View History

[[group(1), binding(0)]] var arg_0 : [[access(write)]] texture_storage_2d_array<rgba8uint>;
fn textureNumLayers_ff5e89() {
var res : i32 = textureNumLayers(arg_0);
}
[[stage(vertex)]]
fn vertex_main() {
textureNumLayers_ff5e89();
}
[[stage(fragment)]]
fn fragment_main() {
textureNumLayers_ff5e89();
}
[[stage(compute)]]
fn compute_main() {
textureNumLayers_ff5e89();
}