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

21 lines
380 B
WebGPU Shading Language

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