Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x3
/
f16.wgsl.expected.ir.fxc.hlsl
blob: a1d18e011cca21c4be9d12c95d8ec06a2ac6d8de [
file
] [
log
] [
blame
]
void
f
()
{
matrix
<
float16_t
,
2
,
3
>
v
=
matrix
<
float16_t
,
2
,
3
>((
float16_t
(
0.0h
)).
xxx
,
(
float16_t
(
0.0h
)).
xxx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}