mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match Tgl::View::Render (#566)
This commit is contained in:

committed by
GitHub

parent
efcb3cac2a
commit
5d80733cb1
@@ -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
|
||||
|
Reference in New Issue
Block a user