Sign in
dawn
/
dawn
/
2710affeaeca38dbaf3039b95903f113de88b11a
/
.
/
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
);
}