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