Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::UTILS::GL Namespace Reference

Enumerations

enum class  ColorChannel { A , R , G , B }
 

Functions

void GlErrorCallback (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam)
 
int glFormatElementByteCount (GLenum format)
 
uint8_t GetChannelFromARGB (const ColorChannel colorChannel, const uint32_t argb)
 

Enumeration Type Documentation

◆ ColorChannel

enum class KODI::UTILS::GL::ColorChannel
strong
Enumerator

Function Documentation

◆ GetChannelFromARGB()

uint8_t KODI::UTILS::GL::GetChannelFromARGB ( const ColorChannel colorChannel,
const uint32_t argb )

◆ GlErrorCallback()

void KODI::UTILS::GL::GlErrorCallback ( GLenum source,
GLenum type,
GLuint id,
GLenum severity,
GLsizei length,
const GLchar * message,
const void * userParam )

◆ glFormatElementByteCount()

int KODI::UTILS::GL::glFormatElementByteCount ( GLenum format)