blob: 3cf13929381f0d62294417530e8fd04c1ab1cd13 [file] [log] [blame]
@group(1) @binding(0) var t : texture_2d<f32>;
@group(1) @binding(1) var s : sampler;
@stage(fragment)
fn main() {
var res : vec4<f32> = textureGather(3, t, s, vec2<f32>());
}