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