PFNGLBLENDFUNCSEPARATEIARBPROC typedef

PFNGLBLENDFUNCSEPARATEIARBPROC = Void Function(Uint32 buf, Uint32 srcRgb, Uint32 dstRgb, Uint32 srcAlpha, Uint32 dstAlpha)

Implementation

typedef PFNGLBLENDFUNCSEPARATEIARBPROC =
    Void Function(
      Uint32 buf,
      Uint32 srcRgb,
      Uint32 dstRgb,
      Uint32 srcAlpha,
      Uint32 dstAlpha,
    );