openGL Error no: 1280

Dear all,
Please help me, i got openGL Error no: 1280
Can anyone tell me the meaning of this error and because of which it has come?

OpenGL ES defines the following 6 error values:

1280 GL_INVALID_ENUM      
1281 GL_INVALID_VALUE     
1282 GL_INVALID_OPERATION 
1283 GL_STACK_OVERFLOW    
1284 GL_STACK_UNDERFLOW   
1285 GL_OUT_OF_MEMORY

You got a GL_INVALID_ENUM error, which means you passed an unsupported enum value to a GL function.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.