PFNGLSCISSORINDEXEDPROC typedef

PFNGLSCISSORINDEXEDPROC = Void Function(Uint32 index, Int32 left, Int32 bottom, Int32 width, Int32 height)

Implementation

typedef PFNGLSCISSORINDEXEDPROC = Void Function(
    Uint32 index, Int32 left, Int32 bottom, Int32 width, Int32 height);