getdepth() — Silicon Graphics
NAME
getdepth − returns the parameters of setdepth
SPECIFICATION
C
getdepth(near, far)
Screencoord *near, *far;
FORTRAN
subroutine getdep(near, far)
integer*2 near, far
Pascal
procedure getdepth(var near, far: Screencoord);
DESCRIPTION
getdepth returns the near and far parameters of setdepth .
SEE ALSO
setdepth IRIS Graphics Programming, Section 12.1, Z-Buffer Mode
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987