PFNGLBLENDFUNCSEPARATEINGRPROC typedef

PFNGLBLENDFUNCSEPARATEINGRPROC = Void Function(Uint32 sfactorRgb, Uint32 dfactorRgb, Uint32 sfactorAlpha, Uint32 dfactorAlpha)

Implementation

typedef PFNGLBLENDFUNCSEPARATEINGRPROC =
    Void Function(
      Uint32 sfactorRgb,
      Uint32 dfactorRgb,
      Uint32 sfactorAlpha,
      Uint32 dfactorAlpha,
    );