blob: 5ae61568d37c73671d22689a3797fef987735139 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float4 func(const device float4* const pointer) {
return *(pointer);
}
kernel void tint_symbol(const device float4* tint_symbol_1 [[buffer(0)]]) {
float4 const r = func(tint_symbol_1);
return;
}