summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-10-21 01:46:51 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2023-01-01 22:43:57 +0100
commit93ac5a6a6d316966c1d288f8b83610bb48143a04 (patch)
treede24cc21ecb8b49d60d63356f18de6324be4cb38 /src/video_core/engines/maxwell_3d.h
parentMacroHLE: Refactor MacroHLE system. (diff)
downloadyuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.tar
yuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.tar.gz
yuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.tar.bz2
yuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.tar.lz
yuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.tar.xz
yuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.tar.zst
yuzu-93ac5a6a6d316966c1d288f8b83610bb48143a04.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index e2256594d..cfe1e4883 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -3077,6 +3077,8 @@ public:
u32 GetMaxCurrentVertices();
+ size_t EstimateIndexBufferSize();
+
/// Handles a write to the CLEAR_BUFFERS register.
void ProcessClearBuffers(u32 layer_count);