gpu_info_darwin.h 134 B

123456
  1. #import <Metal/Metal.h>
  2. #include <stdint.h>
  3. uint64_t getRecommendedMaxVRAM();
  4. uint64_t getPhysicalMemory();
  5. uint64_t getFreeMemory();