| kodi
    | 
Interface to expose rendering functions to GUI components. More...
#include <IRenderManager.h>

| Public Member Functions | |
| virtual void | RenderWindow (bool bClear, const RESOLUTION_INFO &coordsRes)=0 | 
| Render a fullscreen window.  More... | |
| virtual void | RenderControl (bool bClear, bool bUseAlpha, const CRect &renderRegion, const IGUIRenderSettings *renderSettings)=0 | 
| Render a game control.  More... | |
| virtual void | ClearBackground ()=0 | 
| Clear the background of a fullscreen window. | |
Interface to expose rendering functions to GUI components.
| 
 | 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.
 1.8.13
 1.8.13