| 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) {} |
| 5151 | virtual void Set3DProjection(const std::array<float, 16>& mat) {} |
| 5152 | virtual uint32_t CreateTexture(const uint32_t width, const uint32_t height, const bool filtered = false, const bool clamp = true) { return 1; }; |
nothing calls this directly
no outgoing calls
no test coverage detected