blob: 8211300a2ca19e5bca24313a2cd3acb0c8b5a13d [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : [[access(write)]] texture_storage_2d_array<rgba16sint>;
fn textureNumLayers_f33005() {
var res : i32 = textureNumLayers(arg_0);
}
[[stage(vertex)]]
fn vertex_main() {
textureNumLayers_f33005();
}
[[stage(fragment)]]
fn fragment_main() {
textureNumLayers_f33005();
}
[[stage(compute)]]
fn compute_main() {
textureNumLayers_f33005();
}