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