Agsgetcrossfiregpucount Official
struct CrossFireInfo { bool isCrossFireEnabled; int gpuCount; std::vector<std::string> gpuNames; bool isAMDPlatform; std::string errorMessage; };
// Cleanup AGS context void Shutdown(); private: AGSContext* agsContext; AGSGPUInfo gpuInfo; bool initialized; }; agsgetcrossfiregpucount
return info; }