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