We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multidraw_indirect
We can do this without multidraw by running GPU culling and then copying indirect_buffer back to the CPU.
indirect_buffer
renderling/crates/renderling/src/draw/cpu.rs
Lines 325 to 328 in 1ab3eeb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 325 to 328 in 1ab3eeb
The text was updated successfully, but these errors were encountered: