blob: 44e2124c5b88328932a4539defe12753532443b9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(const constant float4x2* tint_symbol [[buffer(0)]]) {
float2x4 const t = transpose(*(tint_symbol));
float const l = length((*(tint_symbol))[1]);
float const a = fabs((*(tint_symbol))[0].yx[0]);
return;
}