![]() |
DDraceNetwork Documentation
|
#include "backend_opengl.h"#include <base/detect.h>#include <base/system.h>#include <engine/client/backend_sdl.h>#include <engine/graphics.h>#include <engine/client/backend/glsl_shader_compiler.h>#include <engine/client/backend/opengl/opengl_sl.h>#include <engine/client/backend/opengl/opengl_sl_program.h>#include <engine/client/blocklist_driver.h>#include <engine/gfx/image_manipulation.h>#include <GL/glew.h>Functions | |
| static void | ParseVersionString (EBackendType BackendType, const char *pStr, int &VersionMajor, int &VersionMinor, int &VersionPatch) |
| static const char * | GetGLErrorName (GLenum Type) |
| static const char * | GetGLSeverity (GLenum Type) |
| static void GLAPIENTRY | GfxOpenGLMessageCallback (GLenum Source, GLenum Type, GLuint Id, GLenum Severity, GLsizei Length, const GLchar *pMsg, const void *pUserParam) |
|
static |
|
static |
|
static |
|
static |