Sign in
dawn
/
dawn
/
7e8a128852ffdd6fd5e72ddf74355f3db3ccea49
/
.
/
test
/
tint
/
builtins
/
textureGather
/
f32
/
alpha.wgsl.expected.ir.glsl
blob: fc3016256ce68d8627adb840b528d22f1c0037f9 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
uniform highp sampler2D t_s
;
void
main
()
{
vec4 res
=
textureGather
(
t_s
,
vec2
(
0.0f
),
int
(
3
));
}