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