-
Notifications
You must be signed in to change notification settings - Fork 10
Make descriptor pool sizes dynamic. #108
Copy link
Copy link
Closed
Labels
FeatureNew feature or request.New feature or request.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 your problem
When using descriptor indexing, the number of elements can quickly exceed the default descriptor pool size. First, we should issue a warning, if this happens. Second, the pool size should be dynamically increased, if more descriptors are allocated. Idea to circumvent this issue without loosing flexibility (and possibly getting rid of poolSize altogether) is to use a co-routine generator for descriptor set allocation, which dynamically creates a new pool, if the pool size is exceeded.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureNew feature or request.New feature or request.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