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