blob: 1a2ebc09fff1b9ea5e04502e8d851831b83e26bd [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : texture_depth_2d_array;
[[group(1), binding(1)]] var arg_1 : sampler_comparison;
fn textureSampleCompareLevel_1116ed() {
var res : f32 = textureSampleCompareLevel(arg_0, arg_1, vec2<f32>(), 1, 1.0);
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
textureSampleCompareLevel_1116ed();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
textureSampleCompareLevel_1116ed();
}
[[stage(compute)]]
fn compute_main() {
textureSampleCompareLevel_1116ed();
}