| 6313 | } |
| 6314 | |
| 6315 | void ApplyTexture(uint32_t id) override |
| 6316 | { |
| 6317 | glBindTexture(GL_TEXTURE_2D, id); |
| 6318 | } |
| 6319 | |
| 6320 | void ClearBuffer(olc::Pixel p, bool bDepth) override |
| 6321 | { |
nothing calls this directly
no outgoing calls
no test coverage detected