blob: 2293b30f5f268a1b87ece30f43c1fa85c04d3ffe [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(const constant half3x4* tint_symbol_1 [[buffer(0)]]) {
thread half3x4 tint_symbol = half3x4(0.0h);
tint_symbol = *(tint_symbol_1);
tint_symbol[1] = (*(tint_symbol_1))[0];
tint_symbol[1] = half4((*(tint_symbol_1))[0]).ywxz;
tint_symbol[0][1] = (*(tint_symbol_1))[1][0];
return;
}