PFNGLSECONDARYCOLOR3IEXTPROC typedef

PFNGLSECONDARYCOLOR3IEXTPROC = Void Function(Int32 red, Int32 green, Int32 blue)

Implementation

typedef PFNGLSECONDARYCOLOR3IEXTPROC =
    Void Function(Int32 red, Int32 green, Int32 blue);