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