diff options
| author | Peter0x44 <[email protected]> | 2023-11-30 21:43:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-30 22:43:02 +0100 |
| commit | 55e7d1aad13a1329d257ac948509a3a0ed2c20a9 (patch) | |
| tree | 4668af93606e67c1862c328151ede8c4d24b3903 /src | |
| parent | ef5069862d737919d98718095b0696c3bc74bac8 (diff) | |
| download | raylib-55e7d1aad13a1329d257ac948509a3a0ed2c20a9.tar.gz raylib-55e7d1aad13a1329d257ac948509a3a0ed2c20a9.zip | |
Expose OpenGL take 2 (#3588)
For some reason, there are actually two macros needed to control this.
Yes, I tried with only one, both are needed
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -777,6 +777,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad // Expose OpenGL functions from glad in raylib #if defined(BUILD_LIBTYPE_SHARED) + #define GLAD_API_CALL_EXPORT #define GLAD_API_CALL_EXPORT_BUILD #endif |
