Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/MineCraft-One-Week-Challenge
/ ~BasicTexture
Method
~BasicTexture
Source/Texture/BasicTexture.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
BasicTexture::~BasicTexture()
36
{
37
glDeleteTextures(1, &m_id);
38
}
39
40
void BasicTexture::bindTexture() const
41
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected