Sign in
dawn
/
dawn
/
a8eb33756b228cf587ed065c0144e306def8f902
/
.
/
test
/
tint
/
builtins
/
textureGather
/
u32
/
red.wgsl.expected.glsl
blob: f74af8cbc513d17638dc081d158b7c9a1fd97e6b [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
uniform highp usampler2D t_s
;
void
main
()
{
uvec4 res
=
textureGather
(
t_s
,
vec2
(
0.0f
),
int
(
0
));
}