blob: b309bde1e433399687ad57d40ccc113fce76dc64 [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));