Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
64bit
/
vec4f16-vec2f32.wgsl.expected.wgsl
blob: d75f90dbd9cae781cf3df6f15a0a21b4b29ba5cf [
file
] [
log
] [
blame
]
enable f16
;
@compute
@workgroup_size
(
1
)
fn f
()
{
const
a
:
vec4
<f16>
=
vec4
<f16>
(
1.0h
,
2.0h
,
3.0h
,
-(
4.0h
));
let
b
:
vec2
<f32>
=
bitcast
<
vec2
<f32>
>(
a
);
}