From 644bc4ed5edd4e3ffa88750bdacb147c75df9546 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 30 Mar 2026 15:54:10 +1100 Subject: Fix AL2 via VK_NV_low_latency2's async implementation, fix race in TimestampPool --- src/physical_device_context.hh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/physical_device_context.hh') diff --git a/src/physical_device_context.hh b/src/physical_device_context.hh index f7ad289..d2e094e 100644 --- a/src/physical_device_context.hh +++ b/src/physical_device_context.hh @@ -23,16 +23,12 @@ class PhysicalDeviceContext final : public Context { public: InstanceContext& instance; - const VkPhysicalDevice physical_device; - std::unique_ptr properties; - - using queue_properties_t = std::vector; - std::unique_ptr queue_properties; + std::unique_ptr properties; + std::unique_ptr> queue_properties; - // Will be true if the physical device supports everything in - // this->required_extensions. + // Will be true if the physical device supports all of required_extensions. bool supports_required_extensions = false; public: -- cgit v1.2.3