blob: f7cfa50e58be25b3270b274f386740c2ba7bc6d9 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_storage_2d_array<rgba32float, write>;
fn textureNumLayers_68a65b() {
var res : i32 = textureNumLayers(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
textureNumLayers_68a65b();
return vec4<f32>();
}
@fragment
fn fragment_main() {
textureNumLayers_68a65b();
}
@compute @workgroup_size(1)
fn compute_main() {
textureNumLayers_68a65b();
}