[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / rendering / dx / ScreenshotSurfaceWindows.h
blobe492e443bcda3d96b6bf4828ad6a748d47810654
1 /*
2 * Copyright (C) 2005-2018 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.
7 */
9 #pragma once
11 #include "utils/IScreenshotSurface.h"
13 #include <memory>
15 class CScreenshotSurfaceWindows : public IScreenshotSurface
17 public:
18 static void Register();
19 static std::unique_ptr<IScreenshotSurface> CreateSurface();
21 bool Capture() override;