Implement/match Tgl::View::Render (#566)

This commit is contained in:
Christian Semmler
2024-02-16 10:28:20 -05:00
committed by GitHub
parent efcb3cac2a
commit 5d80733cb1
4 changed files with 35 additions and 27 deletions

View File

@@ -189,7 +189,7 @@ public:
// vtable+0x20
virtual Result GetBackgroundColor(float* r, float* g, float* b) = 0;
virtual Result Clear() = 0;
virtual Result Render(const Light*) = 0;
virtual Result Render(const Group*) = 0;
virtual Result ForceUpdate(unsigned long x, unsigned long y, unsigned long width, unsigned long height) = 0;
// vtable+0x30