Sign in
dawn
/
dawn
/
45cd391d56356c62c08672f6f86fe7fdd30e4e13
/
.
/
test
/
tint
/
builtins
/
textureGather
/
u32
/
green.wgsl.expected.fxc.hlsl
blob: 95d7018c6d1b7837618905c1fbf6d3c42a195820 [
file
] [
log
] [
blame
]
Texture2D
<uint4>
t
:
register
(
t0
,
space1
);
SamplerState
s
:
register
(
s1
,
space1
);
void
main
()
{
uint4 res
=
t
.
GatherGreen
(
s
,
(
0.0f
).
xx
);
return
;
}