Kodi Documentation  19.0
Kodi is an open source media player and entertainment hub.
RendererBase.h File Reference
#include "cores/VideoSettings.h"
#include "guilib/D3DResource.h"
#include "VideoRenderers/ColorManager.h"
#include "VideoRenderers/RenderInfo.h"
#include "VideoRenderers/VideoShaders/WinVideoFilter.h"
#include <d3d11.h>
#include <vector>
#include <libavutil/mastering_display_metadata.h>

Classes

class  CRenderBuffer
 
class  CRendererBase
 

Namespaces

 win
 
 win::helpers
 

Enumerations

enum  RenderMethod {
  RENDER_GLSL =0x01, RENDER_CUSTOM =0x02, RENDER_GLSL = 0x01, RENDER_CUSTOM = 0x02,
  RENDER_INVALID = 0x00, RENDER_DXVA = 0x01, RENDER_PS = 0x02, RENDER_SW = 0x03
}
 

Functions

template<typename T >
bool win::helpers::contains (std::vector< T > vector, T item)
 

Enumeration Type Documentation

§ RenderMethod

Enumerator
RENDER_GLSL 
RENDER_CUSTOM 
RENDER_GLSL 
RENDER_CUSTOM 
RENDER_INVALID 
RENDER_DXVA 
RENDER_PS 
RENDER_SW