Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
builtins
/
modf
/
vector
/
const_members.wgsl.expected.ir.fxc.hlsl
blob: ba08fc339ff6bd3c2da7f46b9e79acbb3a760b7d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float2 fract
=
float2
(
0.25f
,
0.75f
);
float2 whole
=
float2
(
1.0f
,
3.0f
);
}