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