Sign in
dawn
/
dawn
/
1ddb39c14b3aff8d9099e75bebb1ed3efa75a46b
/
.
/
test
/
tint
/
builtins
/
textureGather
/
f32
/
green.wgsl.expected.glsl
blob: 42f00c3f9350a2433619440814f85b728d562372 [
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
(
1
));
}