Sign in
dawn
/
tint
/
4a15605be725129166edba4d3b00b19fc1a0da75
/
.
/
test
/
builtins
/
textureGather
/
i32
/
blue.wgsl.expected.hlsl
blob: 2292741bf0b9a41770fb0e128a9bea7e33f63df1 [
file
] [
log
] [
blame
]
Texture2D
<int4>
t
:
register
(
t0
,
space1
);
SamplerState
s
:
register
(
s1
,
space1
);
void
main
()
{
int4 res
=
t
.
GatherBlue
(
s
,
float2
(
0.0f
,
0.0f
));
return
;
}