gflush(3) — Unix Programmer’s Manual
NAME
gflush - force all unsent commands down the network to the geometry pipeline
SYNOPSIS
C
gflush()
FORTRAN
subroutine gflush
Pascal
procedure gflush;
DESCRIPTION
Most graphics commands are buffered at the host by the communication software for efficient block transfer of data from the host to the IRIS. Gflush delivers all buffered, yet untransmitted graphics data to the IRIS. Certain graphics commands (notably those which return values) flush the host buffer when they are executed.
SEE ALSO
finish
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c