![]() |
LibCarna Version 3.4.0
|
Defines LibCarna::base::Texture. More...
#include <LibCarna/LibCarna.hpp>#include <LibCarna/base/noncopyable.hpp>#include <LibCarna/base/math.hpp>#include <LibCarna/base/LibCarnaException.hpp>
Include dependency graph for Texture.hpp:Go to the source code of this file.
Classes | |
| class | LibCarna::base::TextureBase |
| Texture base class with dimension-independent definitions. More... | |
| class | LibCarna::base::Texture< dimension > |
| Represents an OpenGL texture object. This class realizes the RAII-idiom. More... | |
Namespaces | |
| namespace | LibCarna::base |
| Contains the core framework components. | |
Functions | |
| template<> | |
| void | LibCarna::base::bindGLTextureObject< 1 > (unsigned int unit, unsigned int id) |
| template<> | |
| void | LibCarna::base::bindGLTextureObject< 2 > (unsigned int unit, unsigned int id) |
| template<> | |
| void | LibCarna::base::bindGLTextureObject< 3 > (unsigned int unit, unsigned int id) |
Defines LibCarna::base::Texture.
Definition in file Texture.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen