Skip to content

Allow descriptor set allocation without pre-existing buffers. #107

@crud89

Description

@crud89

Describe your problem

Currently allocating a descriptor set provides a convenient way to initially set it to a pre-allocated buffer, image or sampler. However, there may be situations where a buffer is only allocated after the descriptor set itself (for example when swapping buffers bound to a descriptor). This should be allowed.

Describe your proposed solution

Update the DescriptorBinding to only require an optional resource_container.

Metadata

Metadata

Assignees

Labels

DX12 ❎The issue involves the DX12 backend.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