Function glScissor

Source
pub unsafe extern "C" fn glScissor(
    x: GLint,
    y: GLint,
    width: GLsizei,
    height: GLsizei,
)