![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Interface to expose rendering functions to GUI components. More...
#include <IRenderManager.h>
Public Member Functions | |
virtual | ~IRenderManager ()=default |
virtual void | RenderWindow (bool bClear, const RESOLUTION_INFO &coordsRes)=0 |
Render a fullscreen window. | |
virtual void | RenderControl (bool bClear, bool bUseAlpha, const CRect &renderRegion, const IGUIRenderSettings *renderSettings)=0 |
Render a game control. | |
virtual void | ClearBackground ()=0 |
Clear the background of a fullscreen window. | |
Interface to expose rendering functions to GUI components.
|
virtualdefault |
|
pure virtual |
Clear the background of a fullscreen window.
Implemented in KODI::RETRO::CRPRenderManager.
|
pure virtual |
Render a game control.
bClear | Whether the render area should be cleared |
bUseAlpha | Whether the graphics context's alpha should be used |
renderRegion | The region of the control being rendered |
renderSettings | The settings used to render the control |
Implemented in KODI::RETRO::CRPRenderManager.
|
pure virtual |
Render a fullscreen window.
bClear | Whether the render area should be cleared |
coordsRes | Resolution that the window coordinates are in |
Implemented in KODI::RETRO::CRPRenderManager.