You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hwcontext_vulkan: disable validation layer threading warnings
The layer is buggy currently: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9045
This commit is contained in:
@@ -626,6 +626,7 @@ static VkBool32 VKAPI_CALL vk_dbg_callback(VkDebugUtilsMessageSeverityFlagBitsEX
|
||||
case 0xfd92477a: /* BestPractices-vkAllocateMemory-small-allocation */
|
||||
case 0x618ab1e7: /* VUID-VkImageViewCreateInfo-usage-02275 */
|
||||
case 0x30f4ac70: /* VUID-VkImageCreateInfo-pNext-06811 */
|
||||
case 0xa05b236e: /* UNASSIGNED-Threading-MultipleThreads-Write */
|
||||
return VK_FALSE;
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user