-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
todoAutomatically managed by `todo_finder` and represents one or more "TODO: ..." sites in the codeAutomatically managed by `todo_finder` and represents one or more "TODO: ..." sites in the code
Description
We can do this without multidraw by running GPU culling and then
copying indirect_buffer back to the CPU.
renderling/crates/renderling/src/draw/cpu.rs
Lines 218 to 221 in 9b51846
| // TODO: Cull on GPU even when `multidraw_indirect` is unavailable. | |
| // | |
| // We can do this without multidraw by running GPU culling and then | |
| // copying `indirect_buffer` back to the CPU. |
Metadata
Metadata
Assignees
Labels
todoAutomatically managed by `todo_finder` and represents one or more "TODO: ..." sites in the codeAutomatically managed by `todo_finder` and represents one or more "TODO: ..." sites in the code