Open jjiangweilan opened 2 months ago
My problem is solved by compiling validation layer libs and replaced the one in VulkanSDK. I used the 1.3.290.0 branch and the compile option is RelWithDebInfo with \O2 and \Ob1.
try compiled the lib the same way in MacOS, problem not solved
Environment:
Describe the Issue validation layer throws robin_hood::map overflow when calling
vkCreateDescriptorSetLayout
Expected behavior not throwing any exception, except reports a validation error if there is an actual error
Additional context CreateDescriptorSetLayout is a thin wrapper of vkCreateDescriptorSetLayout
this screenshot shows the exception is thrown from VkLayer_khronos_validation.dll