triangle?

This commit is contained in:
2026-02-10 23:51:27 -06:00
parent 1f22a661cd
commit 0244f463c4
11 changed files with 83 additions and 49 deletions

View File

@@ -37,7 +37,7 @@ namespace Archimedes {
const Shader::LoadType& lt
) = 0;
virtual void draw(const RenderTarget&) = 0;
virtual void draw(const RenderTarget*) = 0;
virtual Renderer* getRendererImpl() = 0;