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

[wgpu-hal] Initial Vulkan ray tracing pipeline support #3607

Closed
wants to merge 39 commits into from

Conversation

daniel-keitel
Copy link
Contributor

@daniel-keitel daniel-keitel commented Mar 20, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.
  • Consider DX12 for API compatibility

Future Work

  • Acceleration Structure Compaction
  • DX 12 Implementation

Connections
#1040
Depends on: #3507

Description
Basic Vulkan ray tracing pipeline support.
Depends on #3507 [wgpu-hal] Initial Vulkan ray query and acceleration structure support (continuation)

Testing
Tested with example application (ray-tracing-pipeline-triangle)

expenses and others added 30 commits September 3, 2022 15:28
…y implementation, run cargo clippy, fix wgpu/wgpu build
(better allocation strategy required)
@cwfitzgerald
Copy link
Member

For triage purposes I'm going to close this PR as it has fallen significantly behind the dependent PR - once the dependent MR is landed and in, this PR can be remade against trunk.

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.

3 participants