void blendEquationSeparate(int modeRGB, int modeAlpha){ startCheck("blendEquationSeparate"); glBlendEquationSeparate(_gl, modeRGB, modeAlpha); checkError('blendEquationSeparate'); }