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
- Host: GitHub
- URL: https://github.com/aurenex/opengl32
- Owner: aurenex
- License: mit
- Created: 2024-12-29T22:37:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-30T22:02:51.000Z (2 months ago)
- Last Synced: 2026-03-31T00:12:54.882Z (2 months ago)
- Topics: library, opengl, opengl32, proxy, proxy-library
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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>