Merge pull request #112185 from bruvzg/pre26_mac
[macOS/iOS] Fix build with Xcode older than 26.
This commit is contained in:
commit
9b0620bf5f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue