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