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