summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-17 08:14:44 +0200
committerGitHub <noreply@github.com>2021-04-17 08:14:44 +0200
commit9ad77ba6d388c93b8f2258d6faab8b68342742ff (patch)
treed7f9fe69b8ed0504f7285d000d6c5e7c570870c3 /src/video_core/gpu.h
parentMerge pull request #6133 from Morph1984/project-eleuthia (diff)
parentAddress issues (diff)
downloadyuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar
yuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar.gz
yuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar.bz2
yuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar.lz
yuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar.xz
yuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.tar.zst
yuzu-9ad77ba6d388c93b8f2258d6faab8b68342742ff.zip
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index ecab35d3b..b1960ea86 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -324,6 +324,9 @@ public:
/// Push GPU command buffer entries to be processed
void PushCommandBuffer(Tegra::ChCommandHeaderList& entries);
+ /// Frees the CDMAPusher to free up resources
+ void ClearCommandBuffer();
+
/// Swap buffers (render frame)
void SwapBuffers(const Tegra::FramebufferConfig* framebuffer);