diff options
Diffstat (limited to 'src/queue_context.hh')
| -rw-r--r-- | src/queue_context.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/queue_context.hh b/src/queue_context.hh index 02d6367..88eb906 100644 --- a/src/queue_context.hh +++ b/src/queue_context.hh @@ -39,10 +39,9 @@ class QueueContext final : public Context { public: operator const VkCommandPool&() const { return this->command_pool; } }; - const std::unique_ptr<CommandPoolOwner> command_pool; + std::unique_ptr<CommandPoolOwner> command_pool; std::unique_ptr<TimestampPool> timestamp_pool; - std::unique_ptr<QueueStrategy> strategy; public: |
