GlViewportNative typedef

GlViewportNative = Void Function(Int32 x, Int32 y, Int32 width, Int32 height)

Implementation

typedef GlViewportNative = Void Function(
    Int32 x, Int32 y, Int32 width, Int32 height);