PFNGLCOLOR4USPROC typedef

PFNGLCOLOR4USPROC = Void Function(Uint16 red, Uint16 green, Uint16 blue, Uint16 alpha)

Implementation

typedef PFNGLCOLOR4USPROC =
    Void Function(Uint16 red, Uint16 green, Uint16 blue, Uint16 alpha);