xoreos  0.0.5
Namespaces | Functions | Variables
graphics.cpp File Reference

The global graphics manager. More...

#include <cassert>
#include <cstring>
#include <boost/bind.hpp>
#include "glm/gtc/type_ptr.hpp"
#include "glm/gtc/matrix_transform.hpp"
#include "src/version/version.h"
#include "src/common/util.h"
#include "src/common/maths.h"
#include "src/common/error.h"
#include "src/common/configman.h"
#include "src/common/debugman.h"
#include "src/common/threads.h"
#include "src/events/requests.h"
#include "src/events/events.h"
#include "src/events/notifications.h"
#include "src/graphics/graphics.h"
#include "src/graphics/icon.h"
#include "src/graphics/cursor.h"
#include "src/graphics/fpscounter.h"
#include "src/graphics/queueman.h"
#include "src/graphics/glcontainer.h"
#include "src/graphics/renderable.h"
#include "src/graphics/camera.h"
#include "src/graphics/images/decoder.h"
#include "src/graphics/images/screenshot.h"
#include "src/graphics/shader/shader.h"
#include "src/graphics/shader/materialman.h"
#include "src/graphics/shader/surfaceman.h"
#include "src/graphics/mesh/meshman.h"
#include "src/graphics/render/renderman.h"
Include dependency graph for graphics.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 

Functions

static glm::mat4 inverse (const glm::mat4 &m)
 
static void Graphics::outputGLDebug (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam)
 

Variables

PFNGLCOMPRESSEDTEXIMAGE2DPROC Graphics::glCompressedTexImage2D
 

Detailed Description

The global graphics manager.

Definition in file graphics.cpp.

Function Documentation

◆ inverse()

static glm::mat4 inverse ( const glm::mat4 &  m)
static