blob: 0556aa10f658f7e30cc086c3b7feb6864b125bb9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(device float4x4* tint_symbol [[buffer(1)]], const constant float4x4* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol) = *(tint_symbol_1);
(*(tint_symbol))[1] = (*(tint_symbol_1))[0];
(*(tint_symbol))[1] = (*(tint_symbol_1))[0].ywxz;
(*(tint_symbol))[0][1] = (*(tint_symbol_1))[1][0];
return;
}