Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
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 |
![]() |
Protected Attributes | |
GLuint | textureHandle |
bool | isCubemap |
|
overridevirtual |
Implements Grindstone::GraphicsAPI::Texture.