blob: eba29dfafc2c77bdf84f0135e504e3761855dc45 [file] [log] [blame]
[[group(1), binding(0)]] var arg_0 : texture_2d_array<f32>;
[[group(1), binding(1)]] var arg_1 : sampler;
fn textureSampleGrad_2ecd8f() {
var res : vec4<f32> = textureSampleGrad(arg_0, arg_1, vec2<f32>(), 1, vec2<f32>(), vec2<f32>());
}
[[stage(vertex)]]
fn vertex_main() {
textureSampleGrad_2ecd8f();
}
[[stage(fragment)]]
fn fragment_main() {
textureSampleGrad_2ecd8f();
}
[[stage(compute)]]
fn compute_main() {
textureSampleGrad_2ecd8f();
}