This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update rlgl.h
pull/2622/head
Ray
3 years ago
parent
0ce8a8f360
commit
dd455c626e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rlgl.h
+ 1
- 1
src/rlgl.h
View File
@ -717,7 +717,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#
include
<OpenGL/glext.h> // OpenGL extensions library
#
else
/
/
APIENTRY
for
OpenGL
function
pointer
declarations
is
required
#
if
ndef APIENTRY
#
if
!defined(APIENTRY)
#
if defined(_WIN32)
#
define APIENTRY __stdcall
#
else
Write
Preview
Loading…
Cancel
Save