blob: 601ce1f3f016b76212d658af559fe53950ed1531 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_depth_2d_array;
fn textureNumLayers_e653c0() {
var res : i32 = textureNumLayers(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureNumLayers_e653c0();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureNumLayers_e653c0();
}
@compute @workgroup_size(1)
fn compute_main() {
textureNumLayers_e653c0();
}