Sign in
dawn
/
tint
/
e2528e92979653f2a2461fe327ca8d59ff227413
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat3x3.wgsl.expected.msl
blob: c8c096ac442d47075f8019950d0c7cfbf5aa0a00 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float3x3 m
=
float3x3
(
float3
(
0.0f
,
1.0f
,
2.0f
),
float3
(
3.0f
,
4.0f
,
5.0f
),
float3
(
6.0f
,
7.0f
,
8.0f
));