Merged
Conversation
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Connections
fixes validation messages from vulkan by transitioning the tlas instance buffer
Description
adds a extra line to tlas instance transition buffer, fixes validation errors about WRITE_AFTER_WRITE
Testing
tested with ray cube compute
before:
log filled with
after:
[2024-04-26T06:25:53Z INFO wgpu_examples::framework] Surface resize PhysicalSize { width: 1424, height: 714 } [2024-04-26T06:25:53Z INFO wgpu_examples::framework] Surface resize PhysicalSize { width: 800, height: 600 } [2024-04-26T06:25:53Z INFO wgpu_examples::framework] Surface resize PhysicalSize { width: 800, height: 600 } [2024-04-26T06:25:54Z INFO wgpu_examples::framework] Frame time 9.49ms (105.4 FPS) [2024-04-26T06:25:55Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS) [2024-04-26T06:25:56Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS) [2024-04-26T06:25:57Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS) [2024-04-26T06:25:58Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS) [2024-04-26T06:25:59Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS) [2024-04-26T06:26:00Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS) [2024-04-26T06:26:01Z INFO wgpu_examples::framework] Frame time 8.33ms (120.0 FPS)Checklist
cargo fmt.cargo clippy. If applicable, add:--target wasm32-unknown-unknowndone by github actions--target wasm32-unknown-emscriptendone by github actionscargo xtask testto run tests. done by github actionsCHANGELOG.md. Part of the ray-tracing PR