Sign in
dawn
/
dawn
/
3e01ddbb5c7e8f0bc03965a1497a6c7276e1ed24
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x3
/
f16.wgsl.expected.ir.dxc.hlsl
blob: dd0762df4abe58ca3bd6adccefaba8852ae0931c [
file
] [
log
] [
blame
]
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
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}