Sign in
dawn
/
tint
/
9756030d4effe0360084b52b9878188cdceb4134
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat4x2.wgsl.expected.msl
blob: 0df65ff38ac49e791617df89e17934acaf5753a3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float4x2 m
=
float4x2
(
float2
(
0.0f
,
1.0f
),
float2
(
2.0f
,
3.0f
),
float2
(
4.0f
,
5.0f
),
float2
(
6.0f
,
7.0f
));