Sign in
dawn
/
dawn
/
d933470b2060b349785b265119c01d269681e6b6
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
scalar-scalar
/
f16.wgsl.expected.dxc.hlsl
blob: c767515567a2d96312b3eb0efec00162d2bf9cb1 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float16_t
a
=
float16_t
(
1.0h
);
const
float16_t
b
=
float16_t
(
2.0h
);
const
float16_t
r
=
(
a
+
b
);
return
;
}