Pyrogenesis
13997
|
#include "Texture.h"
#include "lib/ogl.h"
#include "lib/file/vfs/vfs.h"
#include "lib/res/handle.h"
#include <boost/weak_ptr.hpp>
Go to the source code of this file.
Classes | |
class | CTextureManager |
Texture manager with asynchronous loading and automatic DDS conversion/compression. More... | |
class | CTextureProperties |
Represents the filename and GL parameters of a texture, for passing to CTextureManager::CreateTexture. More... | |
class | CTexture |
Represents a texture object. More... | |