OPENGL2: my nvidia driver 525.147.05 return GL_NO_ERROR here#265
OPENGL2: my nvidia driver 525.147.05 return GL_NO_ERROR here#265mgerhardy wants to merge 1 commit into
Conversation
according to the docs this is not expected: https://docs.gl/gl3/glCheckFramebufferStatus
|
The linked docs page says "Additionally, if an error occurs, zero is returned." GL_NO_ERROR is 0 but it's suppose to mean there is an error here. Some (old) results online suggest it happens if the framebuffer isn't bound or the OpenGL context isn't current on this thread. I don't know why that would apply here though. You could try running it with Edit: Could also check if glGetError() reports anything here as it sounds like "returns 0" means check glGetError(). |
according to the docs this is not expected: https://docs.gl/gl3/glCheckFramebufferStatus