We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the full traceback:
Traceback (most recent call last): File "/Users/louisdoctor/software/owl/views/view2d.py", line 825, in paintGL GL.glClear(GL.GL_COLOR_BUFFER_BIT | GL.GL_DEPTH_BUFFER_BIT) File "/usr/local/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py", line 402, in call return self( _args, *_named ) File "/usr/local/lib/python2.7/site-packages/OpenGL/error.py", line 232, in glCheckError baseOperation = baseOperation, OpenGL.error.GLError: GLError( err = 1286, description = 'invalid framebuffer operation', baseOperation = glClear, cArguments = (16640,) )
The text was updated successfully, but these errors were encountered:
I am using this graphiccard:
Intel Iris 1536 MB
Sorry, something went wrong.
No branches or pull requests
Here is the full traceback:
Traceback (most recent call last):
File "/Users/louisdoctor/software/owl/views/view2d.py", line 825, in paintGL
GL.glClear(GL.GL_COLOR_BUFFER_BIT | GL.GL_DEPTH_BUFFER_BIT)
File "/usr/local/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py", line 402, in call
return self( _args, *_named )
File "/usr/local/lib/python2.7/site-packages/OpenGL/error.py", line 232, in glCheckError
baseOperation = baseOperation,
OpenGL.error.GLError: GLError(
err = 1286,
description = 'invalid framebuffer operation',
baseOperation = glClear,
cArguments = (16640,)
)
The text was updated successfully, but these errors were encountered: