소스 검색

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

pull/5502/head
jscaff 3 주 전
committed by GitHub
부모
커밋
10b94b02ad
No known key found for this signature in database 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

불러오는 중...
취소
저장