Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ clear
Method
clear
Source/Texture/Texture.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Basic_Texture::clear()
47
{
48
glDeleteTextures(1, &m_textureID);
49
}
50
51
52
void Basic_Texture::bind() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected