aboutsummaryrefslogtreecommitdiff
path: root/src/queue_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue_context.hh')
-rw-r--r--src/queue_context.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/queue_context.hh b/src/queue_context.hh
index f10c796..02d6367 100644
--- a/src/queue_context.hh
+++ b/src/queue_context.hh
@@ -3,6 +3,7 @@
#include "context.hh"
#include "device_clock.hh"
+#include "strategies/queue_strategy.hh"
#include "timestamp_pool.hh"
#include <vulkan/utility/vk_dispatch_table.h>
@@ -42,6 +43,8 @@ class QueueContext final : public Context {
std::unique_ptr<TimestampPool> timestamp_pool;
+ std::unique_ptr<QueueStrategy> strategy;
+
public:
QueueContext(DeviceContext& device_context, const VkQueue& queue,
const std::uint32_t& queue_family_index);