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

Method PrepareDrawing

olcPixelGameEngine.h:5146–5146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5144 virtual olc::rcode DestroyDevice() { return olc::rcode::OK; }
5145 virtual void DisplayFrame() {}
5146 virtual void PrepareDrawing() {}
5147 virtual void SetDecalMode(const olc::DecalMode& mode) {}
5148 virtual void DrawLayerQuad(const olc::vf2d& offset, const olc::vf2d& scale, const olc::Pixel tint) {}
5149 virtual void DrawDecal(const olc::DecalInstance& decal) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected