| 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) {} |
nothing calls this directly
no outgoing calls
no test coverage detected