Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x4
/
f16.wgsl.expected.ir.dxc.hlsl
blob: 439481fbe00f52eb09e2c5d76310f9a01056ae84 [
file
] [
log
] [
blame
]
void
f
()
{
matrix
<
float16_t
,
2
,
4
>
v
=
matrix
<
float16_t
,
2
,
4
>((
float16_t
(
0.0h
)).
xxxx
,
(
float16_t
(
0.0h
)).
xxxx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}