PFNGLCOLOR4FPROC typedef

PFNGLCOLOR4FPROC = Void Function(Float red, Float green, Float blue, Float alpha)

Implementation

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