An open API service indexing awesome lists of open source software.

https://github.com/aurenex/opengl32

Proxy library for opengl32.dll
https://github.com/aurenex/opengl32

library opengl opengl32 proxy proxy-library

Last synced: 23 days ago
JSON representation

Proxy library for opengl32.dll

Awesome Lists containing this project

README

          

# opengl32

Proxy library for opengl32.dll

### Usage
Just copy this proxy-library into game folder. Or if you are crazy, rename the original `opengl32.dll` library in the `system32` folder to something else and put this proxy library there.
Don't forget to change the path to the original library in the [loader.cpp][original-library-path] file.

[original-library-path]: <../master/opengl32/src/loader/loader.cpp#L10>