[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pictures / SlideShowPictureGL.h
blobec2a8649346225d21295a71a677a223a238d4e29
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 "SlideShowPicture.h"
13 class CTexture;
15 class CSlideShowPicGL : public CSlideShowPic
17 public:
18 CSlideShowPicGL() = default;
19 ~CSlideShowPicGL() override = default;
21 protected:
22 void Render(float* x, float* y, CTexture* pTexture, UTILS::COLOR::Color color) override;