Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
intrinsics
/
textureGather
/
i32
/
blue.wgsl.expected.glsl
blob: 200e7e54ece07ca7b32083cd087c83747233f059 [
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
,
0.0f
),
2
);
return
;
}
void
main
()
{
tint_symbol
();
}