PFNGLSECONDARYCOLOR3IPROC typedef

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

Implementation

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