瀏覽代碼

Corrected issue with missing defines

pull/382/head
Ray 7 年之前
父節點
當前提交
aa6a1b4283
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      src/rlgl.c

+ 5
- 0
src/rlgl.c 查看文件

@ -170,6 +170,11 @@
#define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
#endif
#if defined(GRAPHICS_API_OPENGL_21)
#define GL_LUMINANCE 0x1909
#define GL_LUMINANCE_ALPHA 0x190A
#endif
#if defined(GRAPHICS_API_OPENGL_ES2)
#define glClearDepth glClearDepthf
#define GL_READ_FRAMEBUFFER GL_FRAMEBUFFER

Loading…
取消
儲存