missed defines to build.

This commit is contained in:
Jett 2023-12-19 12:21:10 -05:00
parent 668c204159
commit e0c3a722bd

View File

@ -320,6 +320,8 @@
#define RL_BLEND_SRC_ALPHA 0x80CB // GL_BLEND_SRC_ALPHA #define RL_BLEND_SRC_ALPHA 0x80CB // GL_BLEND_SRC_ALPHA
#define RL_BLEND_COLOR 0x8005 // GL_BLEND_COLOR #define RL_BLEND_COLOR 0x8005 // GL_BLEND_COLOR
#define GL_READ_FRAMEBUFFER 0x8CA8
#define GL_DRAW_FRAMEBUFFER 0x8CA9
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Types and Structures Definition // Types and Structures Definition