blankscreen(3G) — Silicon Graphics
NAME
blankscreen − turns screen refresh on and off
SPECIFICATION
C
blankscreen(b)
Boolean bool;
FORTRAN
subroutine blanks(b)
logical bool
Pascal
procedure blankscreen(bool: Boolean);
DESCRIPTION
blankscreen turns screen refresh on and off. b = TRUE(1) stops display; b = FALSE(0) restarts display.
When bitplanes are simultaneously viewed and updated (as in single buffer mode, RGB mode, or when the front buffer is displayed in double buffer mode), there is competition for memory which reduces performance. This is most true for noninterlaced monitors. To speed up drawing in these cases, turn off the display while drawing.
SEE ALSO
Programming Guide, Section 2.1, Initialization
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987