From 21e55ae8a1b3ddd4dff6c24a57bdc7d7272fff16 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 5 Apr 2026 18:30:25 +1000 Subject: Add boilerplate for separate implementations --- src/queue_context.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/queue_context.hh') 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 @@ -42,6 +43,8 @@ class QueueContext final : public Context { std::unique_ptr timestamp_pool; + std::unique_ptr strategy; + public: QueueContext(DeviceContext& device_context, const VkQueue& queue, const std::uint32_t& queue_family_index); -- cgit v1.2.3