MCPcopy Create free account
hub / github.com/beefytech/Beef / DrawLayer_Clear

Function DrawLayer_Clear

BeefySysLib/gfx/DrawLayer.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365BF_EXPORT void BF_CALLTYPE DrawLayer_Clear(DrawLayer* drawLayer)
366{
367 drawLayer->Clear();
368}
369
370BF_EXPORT void BF_CALLTYPE DrawLayer_Activate(DrawLayer* drawLayer)
371{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected