singlebuffer() — Silicon Graphics Beta Release
NAME
singlebuffer - writes and displays all the bitplanes
SPECIFICATION
C
singlebuffer()
FORTRAN
subroutine single
Pascal
procedure singlebuffer;
DESCRIPTION
The IRIS has three display modes: single buffer, double buffer, and RGB. In single buffer mode, all the available bitplanes are simultaneously updated and displayed. Incomplete or changing pictures appear on the screen. singlebuffer invokes this buffer mode. It does not take effect until gconfig is called.
SEE ALSO
doublebuffer, gconfig, getdisplaymode, gsync, RGBmode
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985