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