Преглед изворни кода
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
pull/3590/head
Peter0x44
пре 1 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
0 уклоњено
-
src/rlgl.h
|
|
@ -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 |
|
|
|
|
|
|
|