blob: 43e7c188c8f736d59f6ad1d756132c92b65c8d46 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : texture_depth_cube_array;
fn textureNumLayers_778bd1() {
var res : i32 = textureNumLayers(arg_0);
}
[[stage(vertex)]]
fn vertex_main() {
textureNumLayers_778bd1();
}
[[stage(fragment)]]
fn fragment_main() {
textureNumLayers_778bd1();
}
[[stage(compute)]]
fn compute_main() {
textureNumLayers_778bd1();
}