Sign in
dawn
/
tint
/
97c692d337e2daa61aad4445b207d6803675f561
/
.
/
test
/
matrix
/
constructor
/
elements
/
mat2x4.wgsl.expected.msl
blob: 684918a11f2faba5759842c20bf7cb69956884ff [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
constant float2x4 m
=
float2x4
(
float4
(
0.0f
,
1.0f
,
2.0f
,
3.0f
),
float4
(
4.0f
,
5.0f
,
6.0f
,
7.0f
));