-
Notifications
You must be signed in to change notification settings - Fork 10
Support GPU-based rendering (draw indirect). #73
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: MediumA issue with normal priority.A issue with normal priority.Vulkan 🌋The issue involves the Vulkan backend.The issue involves the Vulkan backend.
Milestone
Description
One use-case of using bindless descriptors (as described in #72) is, that it can be used for GPU-based rendering using indirect draw. In this case, culling is done in a compute shader, which in term generates draw calls. This makes rendering of vast amounts of objects very efficient.
Currently the indirect draw interface is not provided and we should implement support for it.
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: MediumA issue with normal priority.A issue with normal priority.Vulkan 🌋The issue involves the Vulkan backend.The issue involves the Vulkan backend.
Projects
Status
v0.4.1