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. Pull Request: https://projects.blender.org/blender/blender/pulls/108545