diff options
author | bunnei <bunneidev@gmail.com> | 2022-10-30 01:10:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 01:10:53 +0200 |
commit | 72bff8ba114c645819c1ecb7fbe9c541897cfa6d (patch) | |
tree | 2172f216aa9a45450b4bc117ed9c253702cf35da /src/video_core/engines/maxwell_3d.h | |
parent | Merge pull request #9127 from vonchenplus/vulkan_clear (diff) | |
parent | video_core: Fix drawing trigger mechanism regression (diff) | |
download | yuzu-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.h | 2 |
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. |