From 4c1a11fdb9200a4a54b3b282b6acd10e6ec583ce Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 16 Feb 2026 17:21:16 +1100 Subject: Remove sdld, we never use it --- src/device_context.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index 8a86cfb..9edda61 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -25,8 +25,6 @@ struct DeviceContext final : public Context { const VkDevice device; const VkuDeviceDispatchTable vtable; - // Do we need to use this unless we wrap dispatchable objects? - const PFN_vkSetDeviceLoaderData sdld; std::unordered_map> queues; @@ -60,8 +58,7 @@ struct DeviceContext final : public Context { public: DeviceContext(InstanceContext& parent_instance, PhysicalDeviceContext& parent_physical, - const VkDevice& device, const PFN_vkSetDeviceLoaderData& sdld, - VkuDeviceDispatchTable&& vtable); + const VkDevice& device, VkuDeviceDispatchTable&& vtable); virtual ~DeviceContext(); public: -- cgit v1.2.3