PFNGLSECONDARYCOLOR3UBPROC typedef

PFNGLSECONDARYCOLOR3UBPROC = Void Function(Uint8 red, Uint8 green, Uint8 blue)

Implementation

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