Has anyone used this? I installed it but my program crashes if I try using it to debug a shader.
Printable View
Has anyone used this? I installed it but my program crashes if I try using it to debug a shader.
In my case it strangely raises GL_ERROR flag right at the beginning of program execution. So my sample application checks for that flag and exits even before it starts rendering. After i manually skipped that error it worked. Without much satisfaction though.