Rebzzel / kiero

Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.
MIT License
1.03k stars 219 forks source link

OpenGL #28

Closed NullifiedMistake closed 3 years ago

NullifiedMistake commented 3 years ago

How do I make this work with OpenGL 3 ? idk why OpenGL 3 method table doesn't contain wglSwapBuffers help

Rebzzel commented 3 years ago

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!