mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
parent
9a8d73e6c3
commit
8b0dd44316
@ -903,6 +903,10 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
|
|||||||
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
|
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(GL_PROGRAM_POINT_SIZE)
|
||||||
|
#define GL_PROGRAM_POINT_SIZE 0x8642
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(GRAPHICS_API_OPENGL_11)
|
#if defined(GRAPHICS_API_OPENGL_11)
|
||||||
#define GL_UNSIGNED_SHORT_5_6_5 0x8363
|
#define GL_UNSIGNED_SHORT_5_6_5 0x8363
|
||||||
#define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
|
#define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user