EasyManuals Logo
Home>HP>Desktop>b2600

HP b2600 Reference Guide

HP b2600
486 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #154 background imageLoading...
Page #154 background image
F
glFlush
Chapter 6
154
glFlush
glFlush: force execution of GL commands in finite time.
C Specification
void glFlush(void)
Description
Different GL implementations buffer commands in several different locations, including
network buffers and the graphics accelerator itself. glFlush empties all of these buffers,
causing all issued commands to be executed as quickly as they are accepted by the actual
rendering engine. Though this execution may not be completed in any particular time
period, it does complete in finite time.
Because any GL program might be executed over a network, or on an accelerator that
buffers commands, all programs should call glFlush whenever they count on having all
of their previously issued commands completed. For example, call glFlush before waiting
for user input that depends on the generated image.
Notes
glFlush can return at any time. It does not wait until the execution of all previously
issued GL commands is complete.
Errors
GL_INVALID_OPERATION is generated if glFlush is executed between the
execution of glBegin and the corresponding execution of glEnd.
See Also
glFinish

Table of Contents

Other manuals for HP b2600

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the HP b2600 and is the answer not in the manual?

HP b2600 Specifications

General IconGeneral
BrandHP
Modelb2600
CategoryDesktop
LanguageEnglish

Related product manuals