mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-18 13:30:22 +00: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:
parent
18af3a1db2
commit
4ca2b86ed5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue