Sign in
dawn
/
dawn
/
efd781b42ae5e2c12a5ae81af6c22f09b955eed2
/
.
/
test
/
tint
/
builtins
/
textureGather
/
i32
/
green.wgsl.expected.ir.fxc.hlsl
blob: 0ac19caa141cc973fd8ea720b1f9d73ea0d28502 [
file
] [
log
] [
blame
]
Texture2D
<int4>
t
:
register
(
t0
,
space1
);
SamplerState
s
:
register
(
s1
,
space1
);
void
main
()
{
int4 res
=
t
.
GatherGreen
(
s
,
(
0.0f
).
xx
);
}