blob: 51a0dafec6e7f1b1ec580db1fc5f73b6244f9be1 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : texture_2d_array<f32>;
fn textureNumLayers_024820() {
var res : i32 = textureNumLayers(arg_0);
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
textureNumLayers_024820();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
textureNumLayers_024820();
}
[[stage(compute)]]
fn compute_main() {
textureNumLayers_024820();
}