MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / DeleteTexture

Function DeleteTexture

olcPixelGameEngine.h:6298–6302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6296 }
6297
6298 uint32_t DeleteTexture(const uint32_t id) override
6299 {
6300 glDeleteTextures(1, &id);
6301 return id;
6302 }
6303
6304 void UpdateTexture(uint32_t id, olc::Sprite* spr) override
6305 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected