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