Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add frustum culling in compute shaders to the material system. This will use sphere<>frustum culling and output the correct draw commands into the buffer for each viewframe (one view in any given frame buffered by the material system). Id 0 is reserved for no-command and will result in early return in the shader.
- Loading branch information