Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::OpenGL::Texture Class Reference
Inheritance diagram for Grindstone::GraphicsAPI::OpenGL::Texture:
Grindstone::GraphicsAPI::Texture

Public Member Functions

 Texture (const CreateInfo &ci)
 
 Texture (const CubemapCreateInfo &ci)
 
virtual void RecreateTexture (const CreateInfo &createInfo) override
 
void CreateTexture (const CreateInfo &createInfo)
 
void Bind (int i)
 
virtual unsigned int GetTexture () const
 
- Public Member Functions inherited from Grindstone::GraphicsAPI::Texture

Protected Attributes

GLuint textureHandle
 
bool isCubemap
 

Member Function Documentation

◆ RecreateTexture()

void Grindstone::GraphicsAPI::OpenGL::Texture::RecreateTexture ( const CreateInfo & createInfo)
overridevirtual

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