hwcontext_vulkan: remove redundant hostQueryReset setting

Its set just a few lines earlier.
This commit is contained in:
Lynne 2024-10-08 23:44:30 +02:00
parent b8d1b4358b
commit 31def0c3ce
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ static void device_features_copy_needed(VulkanDeviceFeatures *dst, VulkanDeviceF
COPY_VAL(vulkan_1_2.shaderSharedInt64Atomics);
COPY_VAL(vulkan_1_2.vulkanMemoryModel);
COPY_VAL(vulkan_1_2.vulkanMemoryModelDeviceScope);
COPY_VAL(vulkan_1_2.hostQueryReset);
COPY_VAL(vulkan_1_3.dynamicRendering);
COPY_VAL(vulkan_1_3.maintenance4);