PFNGLSECONDARYCOLOR3BPROC typedef

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

Implementation

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