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