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