mikael_aronsson
07-25-2001, 02:11 PM
It means that you passed an invalid parameter to an OpenGL function, for example if you would do:
glDisable( GL_LINE_LOOP) you would get this error as the GL_LINE_LOOP is intended to be used with glBegin(...).
Hope that helps.
Mikael
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.