mirror of https://github.com/godotengine/godot
[macOS/iOS] Fix build with Xcode older than 26.
This commit is contained in:
parent
2cb2c1fb5b
commit
e72374a5da
|
|
@ -65,6 +65,10 @@
|
|||
#import <os/signpost.h>
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef MTLGPUAddress
|
||||
typedef uint64_t MTLGPUAddress;
|
||||
#endif
|
||||
|
||||
#pragma mark - Logging
|
||||
|
||||
extern os_log_t LOG_DRIVER;
|
||||
|
|
|
|||
Loading…
Reference in New Issue