Sign in
dawn
/
dawn
/
7e811fe56367a10a98a6f9e3b525af84d1ef52dd
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x2
/
f16.wgsl.expected.dxc.hlsl
blob: 301532eb2ae51e0604c0fee9977ec8947ee26ceb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
matrix
<
float16_t
,
4
,
2
>
v
=
matrix
<
float16_t
,
4
,
2
>((
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
);
}