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

Method adv_ManualRenderEnable

olcPixelGameEngine.h:4690–4693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4688
4689
4690 void PixelGameEngine::adv_ManualRenderEnable(const bool bEnable)
4691 {
4692 bManualRenderEnable = bEnable;
4693 }
4694
4695 void PixelGameEngine::adv_HardwareClip(const bool bClipAndScale, const olc::vi2d& viewPos, const olc::vi2d& viewSize, const bool bClear)
4696 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected