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

Method SetDecalMode

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

Source from the content-addressed store, hash-verified

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) {}
5150 virtual void DoGPUTask(const olc::GPUTask& task) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected