PFNGLSECONDARYCOLOR3SPROC typedef

PFNGLSECONDARYCOLOR3SPROC = Void Function(Int16 red, Int16 green, Int16 blue)

Implementation

typedef PFNGLSECONDARYCOLOR3SPROC = Void Function(
    Int16 red, Int16 green, Int16 blue);