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