glBlendFuncSeparate method
Implementation
void glBlendFuncSeparate(
int sfactorRGB,
int dfactorRGB,
int sfactorAlpha,
int dfactorAlpha,
) {
return _glBlendFuncSeparate(
sfactorRGB,
dfactorRGB,
sfactorAlpha,
dfactorAlpha,
);
}