PFNGLSECONDARYCOLOR3FPROC typedef

PFNGLSECONDARYCOLOR3FPROC = Void Function(Float red, Float green, Float blue)

Implementation

typedef PFNGLSECONDARYCOLOR3FPROC = Void Function(
    Float red, Float green, Float blue);