blob: 5155dddb64104ec0d015114830076814f5f055d1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float2 func(const device float2* const pointer) {
return *(pointer);
}
kernel void tint_symbol(const device float2x2* tint_symbol_1 [[buffer(0)]]) {
float2 const r = func(&((*(tint_symbol_1))[1]));
return;
}