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

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;