Open leyaocty opened 2 years ago
For other people running into similar issues.
Check that you import the correct OpenGL gl package. @leyaocty imported v4.6-compatibility/gl
but maybe was not supported on windows and different version needs to be imported. Or different files import different versions.
Hi,
I'm using the gl.BufferSubDate() to refresh an array uniform block for shaders. It's ok on Ubuntu but cashes on Windows everytime. Environment of gl is msys2(mingw64) on windows11, gpu is the AMD-6800 igpu.
Each time it can last seconds whlie everything looks good, and then it crashed with following message:
I am using gl.DebugMessageCallback() for debug messages but nothing captured before crashing.
Looking forward to your reply, thx!