blob: 7e3877d63bfafbc8f7fdf21d6491b204c223fd8b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(const constant half3x3* tint_symbol_1 [[buffer(0)]]) {
thread half3x3 tint_symbol = half3x3(0.0h);
tint_symbol = *(tint_symbol_1);
tint_symbol[1] = (*(tint_symbol_1))[0];
tint_symbol[1] = half3((*(tint_symbol_1))[0]).zxy;
tint_symbol[0][1] = (*(tint_symbol_1))[1][0];
return;
}