FORTRAN (libfgl.a)
void popviewport( )
SUBROUTINE POPVIE( )
The popviewport subroutine pops the viewport stack, restoring the values of the viewport, screenmask, and depth range most recently saved with the pushviewport subroutine.
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Setting the viewport depth range with the lsetdepth subroutine.
Pushing the viewport onto the viewport stack with the pushviewport subroutine.
Defining a rectangular 2-D clipping mask with the scrmask subroutine.
Setting the area of the window used for all drawing with the viewport subroutine.
AIX Graphics Library Overview and Using Viewports and Screenmasks.