2 * Copyright (C) 2023 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
9 #include "GPUInfoWin10.h"
11 std::unique_ptr
<CGPUInfo
> CGPUInfo::GetGPUInfo()
13 return std::make_unique
<CGPUInfoWin10
>();
16 bool CGPUInfoWin10::SupportsCustomTemperatureCommand() const
21 bool CGPUInfoWin10::SupportsPlatformTemperature() const
26 bool CGPUInfoWin10::GetGPUPlatformTemperature(CTemperature
& temperature
) const
31 bool CGPUInfoWin10::GetGPUTemperatureFromCommand(CTemperature
& temperature
,
32 const std::string
& cmd
) const