From cf0bced6cd86782e9706acda1b3b6ce6b4e98481 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 5 Apr 2026 22:01:11 +1000 Subject: Implement refactored AL2, todo frame limit --- src/device_context.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index 975d67c..950d132 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -2,6 +2,7 @@ #define DEVICE_CONTEXT_HH_ #include +#include #include #include @@ -22,17 +23,15 @@ class DeviceContext final : public Context { public: InstanceContext& instance; PhysicalDeviceContext& physical_device; - // Whether or not we were asked to do NV_VK_LowLatency2 or VK_AMD_anti_lag // at the device level. const bool was_capability_requested; - const VkDevice device; const VkuDeviceDispatchTable vtable; + std::shared_mutex mutex; std::unique_ptr clock; std::unordered_map> queues; - std::unique_ptr strategy; public: -- cgit v1.2.3