| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected