Sign in
dawn
/
dawn
/
0bb6d4d0b5c854e83cf3846092eb3079afd72194
/
.
/
test
/
tint
/
builtins
/
frexp.wgsl.expected.wgsl
blob: 915825ea256b9c75c9cb047844d2e2f823aa45cc [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn main
()
{
let
res
=
frexp
(
1.22999999999999998224
);
let
exp
:
i32
=
res
.
exp
;
let
fract
:
f32
=
res
.
fract
;
}