PFNGLCOLOR4UBPROC typedef

PFNGLCOLOR4UBPROC = Void Function(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha)

Implementation

typedef PFNGLCOLOR4UBPROC =
    Void Function(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha);