PFNGLCOLORMASKIPROC typedef

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

Implementation

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