mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 01:47:46 +00:00
MacroHLE: Add Index Buffer size estimation.
This commit is contained in:
parent
b4fcb0b2b2
commit
209ce46a9f
5 changed files with 74 additions and 10 deletions
|
@ -3077,6 +3077,8 @@ public:
|
|||
|
||||
u32 GetMaxCurrentVertices();
|
||||
|
||||
size_t EstimateIndexBufferSize();
|
||||
|
||||
/// Handles a write to the CLEAR_BUFFERS register.
|
||||
void ProcessClearBuffers(u32 layer_count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue