Replies: 1 comment
-
Hi @sarah-akk, one of the possible causes for this exception is forgetting to setup opengl loader, for example, if you're using glad, you might be missing (or not calling before gl* functions)
VS debugger might not stop at the line causing the issue... anyway, if this is not your case, I need more context to inspect the issue (unless the code is a homework code 😅). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this exception was thrown once debugging reaches the place where I pointed (glCompileShader)
I searched alot for the reason and didnt find a solution
Beta Was this translation helpful? Give feedback.
All reactions