mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 10:48:53 +01:00
internal/graphicsdriver/opengl/gles: add GLES_SILENCE_DEPRECATION to suppress warnings
This commit is contained in:
parent
f2e19f9fe5
commit
6b34ddecfa
@ -27,6 +27,7 @@ package gles
|
|||||||
// #endif
|
// #endif
|
||||||
//
|
//
|
||||||
// #if defined(os_ios)
|
// #if defined(os_ios)
|
||||||
|
// #define GLES_SILENCE_DEPRECATION
|
||||||
// #include <OpenGLES/ES2/glext.h>
|
// #include <OpenGLES/ES2/glext.h>
|
||||||
// #endif
|
// #endif
|
||||||
import "C"
|
import "C"
|
||||||
|
Loading…
Reference in New Issue
Block a user