PFNGLCOLORMASKINDEXEDEXTPROC typedef

PFNGLCOLORMASKINDEXEDEXTPROC = Void Function(Uint32 index, Int32 r, Int32 g, Int32 b, Int32 a)

Implementation

typedef PFNGLCOLORMASKINDEXEDEXTPROC =
    Void Function(Uint32 index, Int32 r, Int32 g, Int32 b, Int32 a);