瀏覽代碼

Expose OpenGL take 2 (#3588)

For some reason, there are actually two macros needed to control this.
Yes, I tried with only one, both are needed
pull/3590/head
Peter0x44 1 年之前
committed by GitHub
父節點
當前提交
55e7d1aad1
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/rlgl.h

+ 1
- 0
src/rlgl.h 查看文件

@ -777,6 +777,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
// Expose OpenGL functions from glad in raylib
#if defined(BUILD_LIBTYPE_SHARED)
#define GLAD_API_CALL_EXPORT
#define GLAD_API_CALL_EXPORT_BUILD
#endif

Loading…
取消
儲存