PFNGLCOLOR4BPROC typedef

PFNGLCOLOR4BPROC = Void Function(Int8 red, Int8 green, Int8 blue, Int8 alpha)

Implementation

typedef PFNGLCOLOR4BPROC =
    Void Function(Int8 red, Int8 green, Int8 blue, Int8 alpha);