Practical Tools for Simple Design
Loading...
Searching...
No Matches
Core::Texture Class Reference

Public Member Functions

 Texture (GLint format, int width, int height, const void *data)
 Texture (const Texture &)=delete
 Texture (Texture &&texture)
Textureoperator= (const Texture &)=delete
Textureoperator= (Texture &&other)
GLuint GetTextureId () const
void Bind (int slot) const
void Unbind () const
void UpdateData (GLint format, int width, int height, const void *data)

The documentation for this class was generated from the following file: