05cd82ef94
Cleaning up go package naming
5 lines
134 B
Objective-C
5 lines
134 B
Objective-C
#import <Metal/Metal.h>
|
|
#include <stdint.h>
|
|
uint64_t getRecommendedMaxVRAM();
|
|
uint64_t getPhysicalMemory();
|
|
uint64_t getFreeMemory();
|