1
0
Fork 0

Merge pull request #112185 from bruvzg/pre26_mac

[macOS/iOS] Fix build with Xcode older than 26.
This commit is contained in:
Thaddeus Crews 2025-10-30 10:45:59 -05:00
commit 9b0620bf5f
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 4 additions and 0 deletions

View File

@ -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;