Sign in
◑
Theme
dawn
/
dawn
/
refs/heads/chromium/6353
/
.
/
test
/
tint
/
expressions
/
type_conv
/
mat2x3
/
literal
/
f32-f16.wgsl.expected.ir.msl
blob: 112f78c57a0df08ad4723875c32e7a90f2007d0c [
file
] [
edit
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
thread half2x3 u
=
half2x3
(
half3
(
1.0h
,
2.0h
,
3.0h
),
half3
(
4.0h
,
5.0h
,
6.0h
));