You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Приблизительная идея имплементации: добавить во все функции DescriptorMaker::BindX последним аргументом флаг, хранить его в DescriptorHandles, при создании лейаута класть в соответствующее расширение pNext, при кешировании учитывать флаги в LayoutKey.
Хотелось бы иметь возможность указывать флаги различным биндингам в рамках одного дескриптор сет лейаута:
https://github.com/SaschaWillems/Vulkan/blob/master/examples/descriptorindexing/descriptorindexing.cpp#L221
https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkDescriptorSetLayoutBindingFlagsCreateInfoEXT.html
The text was updated successfully, but these errors were encountered: