dawn-cmake/test/intrinsics/gen/textureNumLayers/57092f.wgsl.expected.wgsl

21 lines
382 B
WebGPU Shading Language

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