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