Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ doublebuffe(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

doublebuffer(3)  —  Silicon Graphics R1c

NAME

doublebuffer - set the display mode to double buffer mode

SYNOPSIS

C
doublebuffer()

FORTRAN
subroutine double

Pascal
procedure doublebuffer;

DESCRIPTION

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; the frontbuffer and backbuffer commands 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 only be used in immediate mode. 

Version 2.3  —  July 04, 1985

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