Sign in
dawn
/
dawn
/
refs/heads/chromium/6208
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
16bit
/
f16-f16.wgsl
blob: c088ae87870e29a0d81c5a8022c88cf9d145140e [
file
] [
log
] [
blame
] [
edit
]
enable f16
;
@compute
@workgroup_size
(
1
)
fn f
()
{
const
a
:
f16
=
f16
(
1.0h
);
let
b
:
f16
=
bitcast
<f16>
(
a
);
}