1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 22:36:31 -05:00

video_core: optionally skip barriers on feedback loops

This commit is contained in:
Liam
2023-06-14 14:11:46 -04:00
parent 278336af63
commit 8d6aefdcc4
6 changed files with 28 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ private:
ConfigurationShared::CheckState use_vulkan_driver_pipeline_cache;
ConfigurationShared::CheckState enable_compute_pipelines;
ConfigurationShared::CheckState use_video_framerate;
ConfigurationShared::CheckState barrier_feedback_loops;
const Core::System& system;
};