Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f16.wgsl.expected.ir.dxc.hlsl
blob: e32a7d580f0818d6b2e5659e30d86c96ccee86bf [
file
] [
log
] [
blame
]
void
f
()
{
matrix
<
float16_t
,
3
,
2
>
v
=
matrix
<
float16_t
,
3
,
2
>((
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
,
(
float16_t
(
0.0h
)).
xx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}