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