From 6c7c4770e840a467ec55266bedb20eaa21a9ae86 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 11 Mar 2026 23:17:09 +1100 Subject: Don't inject timestamps when we have no reason to --- src/device_context.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index 7ec54d9..18b89be 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -23,6 +23,8 @@ struct DeviceContext final : public Context { InstanceContext& instance; PhysicalDeviceContext& physical_device; + const bool was_antilag_requested; + const VkDevice device; const VkuDeviceDispatchTable vtable; @@ -61,7 +63,8 @@ struct DeviceContext final : public Context { public: DeviceContext(InstanceContext& parent_instance, PhysicalDeviceContext& parent_physical, - const VkDevice& device, VkuDeviceDispatchTable&& vtable); + const VkDevice& device, const bool was_antilag_requested, + VkuDeviceDispatchTable&& vtable); virtual ~DeviceContext(); public: -- cgit v1.2.3