Function glPopClientAttrib

  • glPopClientAttrib restores the values of the client-state variables saved with the last glPushClientAttrib. Those not saved are left unchanged.

    It is an error to push attributes onto a full client attribute stack or to pop attributes off an empty stack. In either case, the error flag is set, and no other change is made to GL state.

    Initially, the client attribute stack is empty.

    Returns void

    Summary

    pop the client attribute stack

    See

    glPushClientAttrib

Generated using TypeDoc