GlBlendFuncSeparatei typedef

GlBlendFuncSeparatei = void Function(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)

Implementation

typedef GlBlendFuncSeparatei = void Function(
    int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha);