xoreos
0.0.5
|
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"
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 |
The global graphics manager.
Definition in file graphics.cpp.
|
static |
Definition at line 1363 of file graphics.cpp.
References A1, A2, A3, and A4.
Referenced by Graphics::Aurora::ModelNode::computeInverseBindPose(), Common::Rational::getInverse(), Common::MDCT::MDCT(), Graphics::GraphicsManager::ortho(), Graphics::GraphicsManager::perspective(), Common::FFT::splitRadixPermutation(), and Graphics::Aurora::Animation::updateSkinnedModel().