#include "OSDLOpenGL.h"
#include "Ceylan.h"
#include <string>
Go to the source code of this file.
Classes | |
class | OSDL::Video::OpenGL::GLTextureException |
Exception to be raised when OpenGL texture operations fail. More... | |
class | OSDL::Video::OpenGL::GLTexture |
Encapsulates an OpenGL texture, constructed directly or not from a surface, that can be loaded as resource. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Video |
namespace | OSDL::Video::OpenGL |
All OpenGL-specific operations and conventions are encapsulated here, be they related to 2D or 3D. | |
Typedefs | |
typedef GLU::Int | OSDL::Video::OpenGL::GLTextureIdentifier |
Texture identifier. | |
typedef Ceylan::CountedPointer < GLTexture > | OSDL::Video::OpenGL::TextureCountedPtr |
Texture counted pointer. |