PFNGLCOLOR4UIPROC typedef

PFNGLCOLOR4UIPROC = Void Function(Uint32 red, Uint32 green, Uint32 blue, Uint32 alpha)

Implementation

typedef PFNGLCOLOR4UIPROC =
    Void Function(Uint32 red, Uint32 green, Uint32 blue, Uint32 alpha);