summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2023-08-04 03:33:04 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2023-09-23 23:05:29 +0200
commit57401589c2e94d49b03fd68ae0ad5b2e36aac795 (patch)
tree5ce446785bbcc09bb956be65c066c8aa54342297 /src/video_core/engines
parentQuery Cachge: Fully rework Vulkan's query cache (diff)
downloadyuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.tar
yuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.tar.gz
yuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.tar.bz2
yuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.tar.lz
yuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.tar.xz
yuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.tar.zst
yuzu-57401589c2e94d49b03fd68ae0ad5b2e36aac795.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/draw_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/draw_manager.h b/src/video_core/engines/draw_manager.h
index 7c22c49f1..18d959143 100644
--- a/src/video_core/engines/draw_manager.h
+++ b/src/video_core/engines/draw_manager.h
@@ -46,6 +46,7 @@ public:
};
struct IndirectParams {
+ bool is_byte_count;
bool is_indexed;
bool include_count;
GPUVAddr count_start_address;