Sign in
dawn
/
dawn
/
799b413c7e737281988332ec753e224d34ce40f5
/
.
/
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
;
}