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

Gpu culling #489

Merged
merged 68 commits into from
Nov 27, 2023
Merged

Gpu culling #489

merged 68 commits into from
Nov 27, 2023

Conversation

cwfitzgerald
Copy link
Member

@cwfitzgerald cwfitzgerald commented Jul 13, 2023

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.
  • Todo:

    • Transparent rendering
    • Add dynamic object count for object prep
    • Merge main
    • Performance Testing
    • WebGPU testing

Related Issues

Description

rend3-routine/shaders/src/cull.wgsl Outdated Show resolved Hide resolved
rend3-routine/shaders/src/cull.wgsl Outdated Show resolved Hide resolved
rend3-routine/shaders/src/cull.wgsl Outdated Show resolved Hide resolved
rend3-routine/shaders/src/cull.wgsl Outdated Show resolved Hide resolved
rend3-routine/shaders/src/cull.wgsl Show resolved Hide resolved
rend3-routine/src/culling/culler.rs Outdated Show resolved Hide resolved
rend3-routine/src/culling/culler.rs Show resolved Hide resolved
rend3-routine/src/forward.rs Outdated Show resolved Hide resolved
rend3-routine/src/hi_z.rs Show resolved Hide resolved
rend3/src/managers/handle_alloc.rs Show resolved Hide resolved
@cwfitzgerald cwfitzgerald merged commit 7d1e012 into trunk Nov 27, 2023
6 checks passed
@cwfitzgerald cwfitzgerald deleted the gpu-culling branch November 27, 2023 07:24
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