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