Sign in
dawn
/
dawn
/
8392a82a40b73685a9832d42556efd7c43e4951e
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x3
/
f16.wgsl.expected.dxc.hlsl
blob: 4e3864ba0bbfaf6c0cb88b765172b5fea592056f [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
matrix
<
float16_t
,
2
,
3
>
v
=
matrix
<
float16_t
,
2
,
3
>((
float16_t
(
0.0h
)).
xxx
,
(
float16_t
(
0.0h
)).
xxx
);
}