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