Sign in
dawn
/
dawn
/
48318cd9d31a766fa5f60bca330ae65cc53a3c9c
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
16bit
/
f16-f16.wgsl.expected.dxc.hlsl
blob: f627589b99751017b4f4cfc22c0d223070e8384c [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float16_t
a
=
float16_t
(
1.0h
);
const
float16_t
b
=
a
;
return
;
}