Vulkan: Fix Debug Messenging #108545

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:vulkan-fix-debug-messenging into main 2023-06-02 15:41:16 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker 5146f1fa4d Vulkan: Fix Debug Messenging
In the specification of validation layers it is mentioned that
the messenger should always return VK_FALSE. When this isn't the
case VK_ERROR_VALIDATION_FAILED_EXT will be returned and the
API command will fail.

This PR will always return false.
2023-06-02 15:35:00 +02:00