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