Akio Gaule
Akio Gaule
> > I think this validation error is because your validation layer is outdated (it doesn't include the extension subpassMergeFeedback). Are you using the latest one? > > You're right...
> Yes, the validation layer checks [VUID-VkDeviceCreateInfo-pNext-pNext](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkDeviceCreateInfo-pNext-pNext) and my layers being out of date is the cause for the printed error. > > The reason why I still think we...
> > The problem with this fix is I don't think is fixing the validation error. I don't think the error is due to the extension not being supported, it's...