浏览代码

Fix opengl interop single header library not having it's implementation loaded (#5498)

pull/5502/head
jscaff 3 周前
committed by GitHub
父节点
当前提交
10b94b02ad
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      examples/others/raylib_opengl_interop.c

+ 1
- 0
examples/others/raylib_opengl_interop.c 查看文件

@ -30,6 +30,7 @@
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_DESKTOP_SDL)
#if defined(GRAPHICS_API_OPENGL_ES2)
#define GLAD_GLES2_IMPLEMENTATION
#include "glad_gles2.h" // Required for: OpenGL functionality
#define glGenVertexArrays glGenVertexArraysOES
#define glBindVertexArray glBindVertexArrayOES

正在加载...
取消
保存