GlViewport typedef

GlViewport = void Function(int x, int y, int width, int height)

Implementation

typedef GlViewport = void Function(int x, int y, int width, int height);