OpenGL Texture wrapper. More...
Go to the source code of this file.
Classes | |
| struct | GFX::TextureDimensions |
| Represents the dimensions of a texture. More... | |
| struct | GFX::TextureCreateParameters |
| Parameters used in the creation of a texture. More... | |
| class | GFX::TextureBase |
| Base class for the other texture classes. More... | |
| class | GFX::Texture2D |
| Represents a two dimensional texture. More... | |
| class | GFX::AutoBindTexture |
| Helper to automatically bind a texture then unbind it when the scope ends. More... | |
Namespaces | |
| namespace | GFX |
Graphics. | |
OpenGL Texture wrapper.
1.7.1