setplanes(3) — Unix Programmer’s Manual
NAME
setplanes - set the number of available planes
SYNOPSIS
C
setplanes(p)
short p;
FORTRAN
subroutine setpla(p)
integer∗2 p
Pascal
procedure setplanes(p: Short);
DESCRIPTION
Setplanes explicitly sets the number of available planes. If the user requests more bitplanes than the system can allocate, the number defaults to the maximum available.
SEE ALSO
doublebuffer, gconfig, getplanes, multimap, onemap, setmap, singlebuffer
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c