singlebuffer(3) — Unix Programmer’s Manual
NAME
singlebuffer - write and display all the bitplanes
SYNOPSIS
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 of the available bitplanes are simultaneously updated and displayed. Incomplete or changing pictures appear on the screen. The singlebuffer command invokes this buffer mode. It does not take effect until gconfig is called.
SEE ALSO
doublebuffer, gconfig, getdisplaymode, RGBmode, sync
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c