Skip to content
New issue

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

Remove Indirect Draws Occlusion Culling #593

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Remove Indirect Draws Occlusion Culling #593

merged 1 commit into from
Apr 23, 2024

Conversation

cwfitzgerald
Copy link
Member

@cwfitzgerald cwfitzgerald commented Apr 23, 2024

Checklist

  • CI Checked:
    • cargo fmt has been ran
    • cargo clippy reports no issues
    • cargo test succeeds
    • cargo rend3-doc has no warnings
    • cargo deny check issues have been fixed or added to deny.toml
  • Manually Checked:
    • relevant examples/test cases run
    • changes added to changelog
      • Add credit to yourself for each change: Added new functionality @githubname.

Related Issues

Undoes a good chunk of #489

Description

Occlusion culling vastly over-complicated the codebase, had many performance and reliability issues, and was a major roadblock to rend3 getting features.

We still use bindless, vertex pulling, and a single buffer for all mesh data, this just removes occlusion culling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant