Hey Ambator. If you have a different gpu, you should try that.
The reason is I had a similar issue, but it was dealing with glBindSampler. One time it was nVidia driver issue.
The other is...
Type: Posts; User: Johnny Tremain
Hey Ambator. If you have a different gpu, you should try that.
The reason is I had a similar issue, but it was dealing with glBindSampler. One time it was nVidia driver issue.
The other is...
After moving to the new nvidia beta drivers AND defining GL_GLEXT_PROTOTYPES, glDebugMessageCallback works. The previous driver reported missing glDebugMessageCallback/ARB as missing when I ran...
In case anyone is interested, I resolved and posted it here: http://www.opengl.org/discussion_boards/showthread.php/178712-NVIDIA-releases-OpenGL-4-3-beta-drivers/page5
I filed a bug on glew, so hopefully an answer will come soon.
Hi malexander. I am using the following code. My issue is that glDebugMessageCallback is null at runtime using freeglut and GLEW (both are latest version).
I also posted more code in a different...
Hi,
Is there a lack of support for glDebugMessageCallback running on linux beta driver?
Thank you.
Thank you for all of your inputs. Unfortunately, I just tested with the beta drivers and it's still core dumping on me. Using the code I posted, those functions are linked to libGLEW.so.1.9...
I see. I will migrate back to beta driver to test. I thought 304.43 would include beta 301.15 though.
Ah. I did some searching and I think the equivalent of that using freeglut is GLUT_DEBUG via glutInitContextFlags(GLUT_FORWARD_COMPATIBLE | GLUT_DEBUG). Is that the right way? I followed this:...
Hi thokra,
What do you mean by "debug context"? The executable has to be in debug mode?
Hi,
I have successfully used glDebugMessageCallback on Windows 7 with the same GTX 465.
When I try to do this on Ubuntu 12.04, glDebugMessageCallback/ARB are null using GLEW.
Does nVidia...