| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <vector>#include "system_gl.h"#include "FrameBufferObject.h"#include "cores/VideoSettings.h"#include "RenderInfo.h"#include "BaseRenderer.h"#include "ColorManager.h"#include "utils/Geometry.h"#include <libavutil/mastering_display_metadata.h>Classes | |
| class | CLinuxRendererGL | 
| struct | CLinuxRendererGL::CYuvPlane | 
| struct | CLinuxRendererGL::CPictureBuffer | 
Namespaces | |
| namespace | Shaders | 
| namespace | Shaders::GL | 
Macros | |
| #define | FIELD_FULL 0 | 
| #define | FIELD_TOP 1 | 
| #define | FIELD_BOT 2 | 
Enumerations | |
| enum | RenderMethod { RENDER_GLSL =0x01 , RENDER_CUSTOM =0x02 } | 
| enum | RenderQuality { RQ_LOW =1 , RQ_SINGLEPASS , RQ_MULTIPASS } | 
| #define FIELD_BOT 2 | 
| #define FIELD_FULL 0 | 
| #define FIELD_TOP 1 | 
| enum RenderMethod | 
| enum RenderQuality |