PFNGLCOLOR4IPROC typedef

PFNGLCOLOR4IPROC = Void Function(Int32 red, Int32 green, Int32 blue, Int32 alpha)

Implementation

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