GlClearColorNative typedef

GlClearColorNative = Void Function(Float red, Float green, Float blue, Float alpha)

Implementation

typedef GlClearColorNative = Void Function(
    Float red, Float green, Float blue, Float alpha);