summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-10-30 01:10:53 +0200
committerGitHub <noreply@github.com>2022-10-30 01:10:53 +0200
commit72bff8ba114c645819c1ecb7fbe9c541897cfa6d (patch)
tree2172f216aa9a45450b4bc117ed9c253702cf35da /src/video_core/engines/maxwell_3d.h
parentMerge pull request #9127 from vonchenplus/vulkan_clear (diff)
parentvideo_core: Fix drawing trigger mechanism regression (diff)
downloadyuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.tar
yuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.tar.gz
yuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.tar.bz2
yuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.tar.lz
yuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.tar.xz
yuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.tar.zst
yuzu-72bff8ba114c645819c1ecb7fbe9c541897cfa6d.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-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 bd23ebc12..a948fcb14 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -3143,6 +3143,8 @@ private:
/// Handles use of topology overrides (e.g., to avoid using a topology assigned from a macro)
void ProcessTopologyOverride();
+ void ProcessDraw(u32 instance_count = 1);
+
void ProcessDeferredDraw();
/// Returns a query's value or an empty object if the value will be deferred through a cache.