blob: c95e5b0e93132a70c7843b0ec3f2b3446d2845f7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(const constant float3x2* tint_symbol_1 [[buffer(0)]]) {
thread float3x2 tint_symbol = float3x2(0.0f);
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;
}