Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ doublebuffe(3g) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

doublebuffer()  —  Silicon Graphics Beta Release

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 = TRUE and backbuffer = FALSE 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.3  —  July 04, 1985

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