MacroHLE: Add Index Buffer size estimation.

This commit is contained in:
Fernando Sahmkow
2022-10-21 01:46:51 +02:00
committed by Feng Chen
parent 730abf80f4
commit 661d20f2e7
5 changed files with 74 additions and 10 deletions
+2
View File
@@ -3077,6 +3077,8 @@ public:
u32 GetMaxCurrentVertices();
size_t EstimateIndexBufferSize();
/// Handles a write to the CLEAR_BUFFERS register.
void ProcessClearBuffers(u32 layer_count);