Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetScreenSize
Method · 0.45
adv_HardwareClip
Method · 0.45
olc_CoreUpdate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected