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

[vulkan] allocate descriptors for acceleration structures #6861

Merged

Conversation

Vecvec
Copy link
Contributor

@Vecvec Vecvec commented Jan 5, 2025

Connections
fixes #6859

Description
Allocate descriptor slots for acceleration structures

Testing
Examples now run on my iGPU instead of giving an OOM error

Checklist

  • Run cargo fmt.
  • [n/a] Run taplo format.
  • Run cargo clippy. If applicable, add:
    • [n/a] --target wasm32-unknown-unknown
    • [n/a] --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@Vecvec Vecvec requested a review from a team as a code owner January 5, 2025 10:19
Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops lmao

@cwfitzgerald cwfitzgerald merged commit 74f3a2f into gfx-rs:trunk Jan 6, 2025
27 checks passed
@cwfitzgerald cwfitzgerald deleted the allocate-acceleration-structure-space branch January 6, 2025 20:37
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.

[vulkan] acceleration structure in a descriptor pool are not properly allocated
3 participants