GlColorMaskNative typedef

GlColorMaskNative = Void Function(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha)

Implementation

typedef GlColorMaskNative = Void Function(
    Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha);