Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec4f16-vec4f16.wgsl.expected.dxc.hlsl
blob: 0fc57a8f4ce3a74f5d581b675c1fb6ecdf6d2af8 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
vector
<
float16_t
,
4
>
a
=
vector
<
float16_t
,
4
>(
float16_t
(
1.0h
),
float16_t
(
2.0h
),
float16_t
(
3.0h
),
float16_t
(-
4.0h
));
vector
<
float16_t
,
4
>
b
=
a
;
return
;
}