GlScissorIndexed typedef

GlScissorIndexed = void Function(int target, int index, int buffer, int offset, int size)

Implementation

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