Sign in
dawn
/
tint
/
06e2e5c2f789bfabef4ea011a1c9ba30c45c2983
/
.
/
test
/
intrinsics
/
modf.wgsl.expected.hlsl
blob: 8d67e8a7ab3e8c2d5e8b785b86e5e3b94509c2fd [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float
whole
=
0.0f
;
const
float
tint_symbol
=
modf
(
1.230000019f
,
whole
);
return
;
}