VolViz
A volume visualization tool
|
RAII wrapper for arrays of OpenGL texture objects. More...
#include <Textures.h>
Public Member Functions | |
Textures (int) noexcept | |
Textures () noexcept | |
Textures (Textures &&rhs) noexcept | |
~Textures () | |
Textures & | operator= (Textures &&rhs) noexcept |
Public Attributes | |
std::array< GLuint, N > | names |
RAII wrapper for arrays of OpenGL texture objects.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
std::array<GLuint, N> VolViz::Private_::GL::Textures< N >::names |