aboutsummaryrefslogtreecommitdiff
path: root/src/device_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/device_context.hh')
-rw-r--r--src/device_context.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device_context.hh b/src/device_context.hh
index 0e0a4eb..53970e5 100644
--- a/src/device_context.hh
+++ b/src/device_context.hh
@@ -31,10 +31,10 @@ class DeviceContext final : public Context {
const VkDevice device;
const VkuDeviceDispatchTable vtable;
- std::unordered_map<VkQueue, std::shared_ptr<QueueContext>> queues;
-
std::unique_ptr<DeviceClock> clock;
+ std::unordered_map<VkQueue, std::shared_ptr<QueueContext>> queues;
+
std::unordered_map<VkSwapchainKHR, SwapchainMonitor> swapchain_monitors;
public: