Skip to content

Commit

Permalink
Fix #3876 and also rlgl review on #3783
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Mar 18, 2024
1 parent 8b0dd44 commit d7ff017
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rlgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,14 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
#endif

#if !defined(GL_PROGRAM_POINT_SIZE)
#ifndef GL_PROGRAM_POINT_SIZE
#define GL_PROGRAM_POINT_SIZE 0x8642
#endif

#ifndef GL_LINE_WIDTH
#define GL_LINE_WIDTH 0x0B21
#endif

#if defined(GRAPHICS_API_OPENGL_11)
#define GL_UNSIGNED_SHORT_5_6_5 0x8363
#define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
Expand Down

0 comments on commit d7ff017

Please sign in to comment.