Andrew Jameson
04-22-2003, 03:53 AM
Hi,
Just tidying up an application and need confirmation / information as to whether this line is essential within the main draw routine ...
repeat
fErrorCode := glGetError;
until (fErrorCode = GL_NO_ERROR);
Andrew
Just tidying up an application and need confirmation / information as to whether this line is essential within the main draw routine ...
repeat
fErrorCode := glGetError;
until (fErrorCode = GL_NO_ERROR);
Andrew