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