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