dawn-cmake/test/intrinsics/gen/textureNumLayers/9700fb.wgsl.expected.wgsl

21 lines
383 B
WebGPU Shading Language

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