singlebuffer() — Silicon Graphics
NAME
singlebuffer − writes and displays all bitplanes
SPECIFICATION
C
singlebuffer()
FORTRAN
subroutine single
Pascal
procedure singlebuffer;
DESCRIPTION
The IRIS has three display modes: single buffer, double buffer, and RGB. singlebuffer invokes single buffer mode. In single buffer mode, the system simultaneously updates and displays all the available bitplanes. Consequently, incomplete or changing pictures appear on the screen. singlebuffer does not take effect until gconfig is called.
SEE ALSO
doublebuffer, gconfig, getdisplaymode, gsync, RGBmode IRIS Graphics Programming, Section 6.1, Display Mode
NOTE
This routine is available only in immediate mode.
Version 2.5r1 — October 29, 1986