Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GLUtils.h"
#include "ServiceBroker.h"
#include "log.h"
#include "rendering/MatrixGL.h"
#include "rendering/RenderSystem.h"
#include "settings/AdvancedSettings.h"
#include "settings/SettingsComponent.h"
#include "utils/StringUtils.h"
#include <map>
#include <stdexcept>
#include <utility>
Macros | |
#define | X(VAL) |
Functions | |
void | _VerifyGLState (const char *szfile, const char *szfunction, int lineno) |
void | LogGraphicsInfo () |
#define X | ( | VAL | ) |
void LogGraphicsInfo | ( | ) |