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