PFNGLCOLOR4SPROC typedef

PFNGLCOLOR4SPROC = Void Function(Int16 red, Int16 green, Int16 blue, Int16 alpha)

Implementation

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