Sign in
dawn
/
tint
/
e2528e92979653f2a2461fe327ca8d59ff227413
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat3x4.wgsl.expected.msl
blob: 114cb09a09e142e4b9a96069d2ce710313193c77 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float3x4 m
=
float3x4
(
float4
(
0.0f
,
1.0f
,
2.0f
,
3.0f
),
float4
(
4.0f
,
5.0f
,
6.0f
,
7.0f
),
float4
(
8.0f
,
9.0f
,
10.0f
,
11.0f
));