mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
Maxwell3D: Corrections and refactors to MME instance refactor
This commit is contained in:
parent
5034835feb
commit
d53d764965
4 changed files with 46 additions and 44 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
/// Draw the current batch of vertex arrays
|
||||
virtual bool DrawBatch(bool is_indexed) = 0;
|
||||
|
||||
/// Draw the current batch of multiple instasnces of vertex arrays
|
||||
/// Draw the current batch of multiple instances of vertex arrays
|
||||
virtual bool DrawMultiBatch(bool is_indexed) = 0;
|
||||
|
||||
/// Clear the current framebuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue