blob: c769c1efb3709560da361aa0fd311be802442d22 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : [[access(read)]] texture_storage_2d_array<rgba32float>;
fn textureNumLayers_b8cd76() {
var res : i32 = textureNumLayers(arg_0);
}
[[stage(vertex)]]
fn vertex_main() {
textureNumLayers_b8cd76();
}
[[stage(fragment)]]
fn fragment_main() {
textureNumLayers_b8cd76();
}
[[stage(compute)]]
fn compute_main() {
textureNumLayers_b8cd76();
}