Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ doublebuffe(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

doublebuffer()  —  Silicon Graphics

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 = FALSE and backbuffer = TRUE 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.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026