getdepth(3) — Silicon Graphics R1c
NAME
getdepth - return the parameters of the setdepth command
SYNOPSIS
C
getdepth(near, far)
Screencoord *near, *far;
FORTRAN
getdep(near, far)
integer*2 near, far
Pascal
procedure getdepth(var near, far: Screencoord);
DESCRIPTION
Getdepth returns the two parameters of the setdepth command: near and far. For a more detailed description, see setdepth.
SEE ALSO
setdepth
NOTE
This command can only be used in immediate mode.
Version 2.3 — July 04, 1985