Skip to content

Make descriptor pool sizes dynamic. #108

@crud89

Description

@crud89

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.

Metadata

Metadata

Assignees

Labels

FeatureNew feature or request.Priority: LowA low priority issue.Vulkan 🌋The issue involves the Vulkan backend.

Projects

Status

v0.4.1

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions