PFNGLBLENDFUNCSEPARATEIPROC typedef

PFNGLBLENDFUNCSEPARATEIPROC = Void Function(Uint32 buf, Uint32 srcRGB, Uint32 dstRGB, Uint32 srcAlpha, Uint32 dstAlpha)

Implementation

typedef PFNGLBLENDFUNCSEPARATEIPROC = Void Function(
    Uint32 buf, Uint32 srcRGB, Uint32 dstRGB, Uint32 srcAlpha, Uint32 dstAlpha);