PFNGLSECONDARYCOLOR3BPROC typedef

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

Implementation

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