Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ DeleteTexture
Method
DeleteTexture
olcPixelGameEngine.h:5708–5712 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5706
}
5707
5708
uint32_t DeleteTexture(const uint32_t id) override
5709
{
5710
glDeleteTextures(1, &id);
5711
return id;
5712
}
5713
5714
void UpdateTexture(uint32_t id, olc::Sprite* spr) override
5715
{
Callers
1
~Decal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected