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