summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/zink/zink_batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/zink/zink_batch.h')
-rw-r--r--src/gallium/drivers/zink/zink_batch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/zink/zink_batch.h b/src/gallium/drivers/zink/zink_batch.h
index 602040ad446..950d3a9ceb3 100644
--- a/src/gallium/drivers/zink/zink_batch.h
+++ b/src/gallium/drivers/zink/zink_batch.h
@@ -26,6 +26,7 @@
#include <vulkan/vulkan.h>
+#include "util/list.h"
#include "util/u_dynarray.h"
struct zink_context;
@@ -50,6 +51,8 @@ struct zink_batch {
struct set *sampler_views;
struct util_dynarray zombie_samplers;
+
+ struct set *active_queries; /* zink_query objects which were active at some point in this batch */
};
void