Sign in
dawn
/
dawn
/
9cad74f4170393ee91dead059cd57b86bce70cb4
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
32bit
/
vec2f16-vec2f16.wgsl.expected.wgsl
blob: 7013b941cf25c1b9d9cc034ef7cf03bdc0e799e9 [
file
] [
log
] [
blame
]
enable f16
;
@compute
@workgroup_size
(
1
)
fn f
()
{
const
a
:
vec2
<f16>
=
vec2
<f16>
(
1.0h
,
2.0h
);
let
b
:
vec2
<f16>
=
bitcast
<
vec2
<f16>
>(
a
);
}