blob: 51641a3a71e26fe1fc647a3b3789f4e848fe859b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void func(device float4* const pointer) {
*(pointer) = float4(0.0f);
}
kernel void tint_symbol(device float2x4* tint_symbol_1 [[buffer(0)]]) {
func(&((*(tint_symbol_1))[1]));
return;
}