-
Notifications
You must be signed in to change notification settings - Fork 10
Allow empty and undefined descriptor sets. #106
Copy link
Copy link
Closed
Labels
Bug 🐞Something isn't working.Something isn't working.Priority: LowA low priority issue.A low priority issue.Vulkan 🌋The issue involves the Vulkan backend.The issue involves the Vulkan backend.
Milestone
Description
Describe the Bug
Currently all descriptor sets need to be bound, starting at space0. If one of them is required (by the shader), but not bound, we should issue a warning (perhaps when drawing on a pipeline but without all spaces being bound to a set). If a descriptor set is not used by the shader, this currently produces errors in both backends when trying to cleanup. We should catch this case earlier and see if we can allow it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug 🐞Something isn't working.Something isn't working.Priority: LowA low priority issue.A low priority issue.Vulkan 🌋The issue involves the Vulkan backend.The issue involves the Vulkan backend.
Projects
Status
v0.4.1