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