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