PFNGLCOLOR3UIPROC typedef

PFNGLCOLOR3UIPROC = Void Function(Uint32 red, Uint32 green, Uint32 blue)

Implementation

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