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