GLuint m_id
The texture object's ID.
Definition: Texture.hpp:66
GLuint id() const
Get the texture object's ID.
Definition: Texture.hpp:35
void allocate()
Allocate the OpenGL texture object.
Definition: Texture.cpp:16
Texture()
Construct and allocate an OpenGL texture object.
Definition: Texture.cpp:6
static uint32_t next_power_of_2(uint32_t n)
Return the lowest power-of-2 integer greater than or equal to n.
Definition: Texture.cpp:26
void bind(GLenum target) const
Bind the texture object.
Definition: Texture.hpp:40
static std::shared_ptr< Texture > create()
Factory method to construct a Texture.
Definition: Texture.hpp:48
C++ wrapper for an OpenGL texture object.
Definition: Texture.hpp:17
~Texture()
Destroy the texture object.
Definition: Texture.cpp:11