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