Sign in
dawn
/
dawn
/
2277cab7e7b067a4334b048ac0e36939f9c53822
/
.
/
test
/
tint
/
builtins
/
modf
/
vector
/
const_members.wgsl.expected.dxc.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
;
}