Sign in
dawn
/
dawn
/
7eca355b81049a6c405e7111ea074b51aadc3b25
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x3
/
f16.wgsl.expected.fxc.hlsl
blob: 134434e8abbdc25b8e9177e2e1f220dbb5b9eefb [
file
] [
log
] [
blame
]
SKIP
:
INVALID
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
()
{
}