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