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

Function ApplyTexture

olcPixelGameEngine.h:6315–6318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected