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