blob: c3e60629a67d3cb82d6d906cc3a09823187f1905 [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] = float4((*(tint_symbol_1))[0]).ywxz;
(*(tint_symbol))[0][1] = (*(tint_symbol_1))[1][0];
return;
}