summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorRay <[email protected]>2024-03-18 09:08:51 +0100
committerRay <[email protected]>2024-03-18 09:08:51 +0100
commit8b0dd44316e2497bfc49790534db386454e596af (patch)
tree73377bf6724caab7d96946d30023f54b66f08695 /src/rlgl.h
parent9a8d73e6c32514275a0ba53fe528bcb7c2693e27 (diff)
downloadraylib-8b0dd44316e2497bfc49790534db386454e596af.tar.gz
raylib-8b0dd44316e2497bfc49790534db386454e596af.zip
Fix #3876 and also `rlgl` review on #3783
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 75b83010..e33b7505 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -903,6 +903,10 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
#endif
+#if !defined(GL_PROGRAM_POINT_SIZE)
+ #define GL_PROGRAM_POINT_SIZE 0x8642
+#endif
+
#if defined(GRAPHICS_API_OPENGL_11)
#define GL_UNSIGNED_SHORT_5_6_5 0x8363
#define GL_UNSIGNED_SHORT_5_5_5_1 0x8034