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

Method ClearBuffer

olcPixelGameEngine.h:2963–2966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2961 }
2962
2963 void PixelGameEngine::ClearBuffer(Pixel p, bool bDepth)
2964 {
2965 renderer->ClearBuffer(p, bDepth);
2966 }
2967
2968 olc::Sprite* PixelGameEngine::GetFontSprite()
2969 {

Callers 3

SetScreenSizeMethod · 0.45
adv_HardwareClipMethod · 0.45
olc_CoreUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected