-
Notifications
You must be signed in to change notification settings - Fork 10
Allow descriptor set allocation without pre-existing buffers. #107
Copy link
Copy link
Closed
Labels
DX12 ❎The issue involves the DX12 backend.The issue involves the DX12 backend.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
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DX12 ❎The issue involves the DX12 backend.The issue involves the DX12 backend.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