Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
f16.wgsl.expected.wgsl
blob: 4cb4852a5481c3cd9cffda19f59c48eb217b8dcf [
file
] [
log
] [
blame
]
enable f16
;
@compute
@workgroup_size
(
1
)
fn f
()
{
let
a
=
1.0h
;
let
b
=
2.0h
;
let
r
:
f16
=
(
a
*
b
);
}