mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #111301 from stuartcarnie/macos_disable_opengl
macOS: Move includes inside `#ifdef` so OpenGL can be disabled
This commit is contained in:
commit
e277b3f0ce
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
|||
|
||||
#import "embedded_gl_manager.h"
|
||||
|
||||
#if defined(MACOS_ENABLED) && defined(GLES3_ENABLED)
|
||||
|
||||
#import "drivers/gles3/storage/texture_storage.h"
|
||||
#import "platform_gl.h"
|
||||
|
||||
#if defined(MACOS_ENABLED) && defined(GLES3_ENABLED)
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue