Closed NullifiedMistake closed 3 years ago
How do I make this work with OpenGL 3 ? idk why OpenGL 3 method table doesn't contain wglSwapBuffers help
Hello, @NullifiedMistake!
I think you should watch this. All exported characters were taken from the GL.h header. But if you still want to export this symbol, you can add it here (just add "wglSwapBuffers" to the end of the list). The index will be 336.
Good luck!
How do I make this work with OpenGL 3 ? idk why OpenGL 3 method table doesn't contain wglSwapBuffers help