blob: 8d23baa69a3d8d769b5b983699413e7d72390dca [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol(const constant packed_half3* tint_symbol_1 [[buffer(0)]]) {
half3 const x = half3(*(tint_symbol_1));
return;
}