Support GPU-based rendering (draw indirect). #73
Labels
DX12 ❎
The issue involves the DX12 backend.
Feature Request
New feature or request.
Priority: Medium
A issue with normal priority.
Vulkan 🌋
The issue involves the Vulkan backend.
Milestone
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.
The text was updated successfully, but these errors were encountered: