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