backbuffer() — Silicon Graphics
NAME
backbuffer − enables updating in the back buffer
SPECIFICATION
C
backbuffer(b)
Boolean b;
FORTRAN
subroutine backbu(b)
logical b
Pascal
procedure backbuffer(b: longint);
DESCRIPTION
backbuffer enables updating in the back bitplane buffer. When the value of b is TRUE (1), the default, the back buffer is enabled. When the value of b is FALSE (0), the back buffer is not enabled. This routine is useful only in double buffer mode, and is ignored in single buffer and RGB modes.
gconfig sets backbuffer to TRUE (1).
SEE ALSO
doublebuffer, frontbuffer, getbuffer IRIS Graphics Programming, Section 6.1, Display Modes
Version 2.5r1 — October 29, 1986