Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::HwFramebufferProperties Struct Reference

#include <RetroPlayerRendering.h>

Inheritance diagram for KODI::RETRO::HwFramebufferProperties:
KODI::RETRO::StreamProperties

Public Member Functions

 HwFramebufferProperties (GAME_HW_CONTEXT_TYPE contextType, bool depth, bool stencil, bool bottomLeftOrigin, unsigned int versionMajor, unsigned int versionMinor, bool cacheContext, bool debugContext)
 

Public Attributes

GAME_HW_CONTEXT_TYPE contextType
 
bool depth
 
bool stencil
 
bool bottomLeftOrigin
 
unsigned int versionMajor
 
unsigned int versionMinor
 
bool cacheContext
 
bool debugContext
 

Constructor & Destructor Documentation

◆ HwFramebufferProperties()

KODI::RETRO::HwFramebufferProperties::HwFramebufferProperties ( GAME_HW_CONTEXT_TYPE contextType,
bool depth,
bool stencil,
bool bottomLeftOrigin,
unsigned int versionMajor,
unsigned int versionMinor,
bool cacheContext,
bool debugContext )
inline

Member Data Documentation

◆ bottomLeftOrigin

bool KODI::RETRO::HwFramebufferProperties::bottomLeftOrigin

◆ cacheContext

bool KODI::RETRO::HwFramebufferProperties::cacheContext

◆ contextType

GAME_HW_CONTEXT_TYPE KODI::RETRO::HwFramebufferProperties::contextType

◆ debugContext

bool KODI::RETRO::HwFramebufferProperties::debugContext

◆ depth

bool KODI::RETRO::HwFramebufferProperties::depth

◆ stencil

bool KODI::RETRO::HwFramebufferProperties::stencil

◆ versionMajor

unsigned int KODI::RETRO::HwFramebufferProperties::versionMajor

◆ versionMinor

unsigned int KODI::RETRO::HwFramebufferProperties::versionMinor

The documentation for this struct was generated from the following file: