doublebuffer() — Silicon Graphics Beta Release
NAME
doublebuffer - sets the display mode to double buffer mode
SPECIFICATION
C
doublebuffer()
FORTRAN
subroutine double
Pascal
procedure doublebuffer;
DESCRIPTION
The IRIS has three display modes: single buffer, double buffer, and RGB. doublebuffer sets the display mode to double buffer mode. It does not take effect until after a call to gconfig. In double buffer mode, the bitplanes are partitioned into two groups, called the front and back planes. Only the front planes are displayed. Drawing commands normally update only the back planes; frontbuffer and backbuffer can override the default.
gconfig sets frontbuffer = TRUE and backbuffer = FALSE in double buffer mode.
SEE ALSO
backbuffer, frontbuffer, gconfig, getbuffer, getdisplaymode, RGBmode, singlebuffer, swapbuffers
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985