GlBlendFuncSeparate typedef

GlBlendFuncSeparate = void Function(int bindingindex, int buffer, int offset, int stride)

Implementation

typedef GlBlendFuncSeparate = void Function(
    int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha);