Skip to content
Snippets Groups Projects
Name Last commit Last update
..
resources
src
.gitignore
CMakeLists.txt
README.md

Indirect draw

An example project to show usage of indirect draw calls

Screenshot

Details

The project utilizes multiple Vulkan extensions to access to make indirect draw calls which can be modified on the GPU from within compute shaders. This will be used to cull the rendered scene on the GPU instead of (potentially) more expensive frustum culling on the CPU.

Extensions

Here is a list of the used extensions: