Sign in
dawn
/
dawn
/
7143450998c72258f994acea688164f2fa1ff3eb
/
.
/
test
/
tint
/
builtins
/
textureGather
/
i32
/
alpha.wgsl.expected.glsl
blob: 771cf95eab4df0d6bae35d9182f820bb6af8dbfd [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
uniform highp isampler2D t_s
;
void
tint_symbol
()
{
ivec4 res
=
textureGather
(
t_s
,
vec2
(
0.0f
),
3
);
}
void
main
()
{
tint_symbol
();
return
;
}