Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
RenderSystem.h File Reference
#include "RenderSystemTypes.h"
#include "threads/CriticalSection.h"
#include "utils/ColorUtils.h"
#include "utils/Geometry.h"
#include <memory>
#include <optional>
#include <string>

Classes

class  CRenderSystemBase
 

Enumerations

enum class  DepthCulling { OFF , BACK_TO_FRONT , FRONT_TO_BACK }
 
enum class  ClearFunction { FIXED_FUNCTION , GEOMETRY }
 

Enumeration Type Documentation

◆ ClearFunction

enum class ClearFunction
strong
Enumerator
FIXED_FUNCTION 
GEOMETRY 

◆ DepthCulling

enum class DepthCulling
strong
Enumerator
OFF 
BACK_TO_FRONT 
FRONT_TO_BACK