GlScissorIndexed typedef

GlScissorIndexed = void Function(int index, int left, int bottom, int width, int height)

Implementation

typedef GlScissorIndexed = void Function(
    int index, int left, int bottom, int width, int height);