You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
hwcontext_vulkan: remove redundant hostQueryReset setting
Its set just a few lines earlier.
This commit is contained in:
@@ -259,7 +259,6 @@ static void device_features_copy_needed(VulkanDeviceFeatures *dst, VulkanDeviceF
|
|||||||
COPY_VAL(vulkan_1_2.shaderSharedInt64Atomics);
|
COPY_VAL(vulkan_1_2.shaderSharedInt64Atomics);
|
||||||
COPY_VAL(vulkan_1_2.vulkanMemoryModel);
|
COPY_VAL(vulkan_1_2.vulkanMemoryModel);
|
||||||
COPY_VAL(vulkan_1_2.vulkanMemoryModelDeviceScope);
|
COPY_VAL(vulkan_1_2.vulkanMemoryModelDeviceScope);
|
||||||
COPY_VAL(vulkan_1_2.hostQueryReset);
|
|
||||||
|
|
||||||
COPY_VAL(vulkan_1_3.dynamicRendering);
|
COPY_VAL(vulkan_1_3.dynamicRendering);
|
||||||
COPY_VAL(vulkan_1_3.maintenance4);
|
COPY_VAL(vulkan_1_3.maintenance4);
|
||||||
|
|||||||
Reference in New Issue
Block a user