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