PFNGLCOLORMASKIPROC typedef

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

Implementation

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