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

Add documentation for the raytracing API #6747

Open
wants to merge 9 commits into
base: trunk
Choose a base branch
from

Conversation

Vecvec
Copy link
Contributor

@Vecvec Vecvec commented Dec 15, 2024

Connections
Suggested by @cwfitzgerald on matrix

Description
Currently the raytracing API (especially in naga) is hard to find and and sometimes missing, this attempts to specify the naga API and to give some basics for how to use the wgpu API the users can follow up in the specific function's documentation.

This is correct to the best of my knowledge, but I may have missed something.

Testing
Docs change so no testing

Checklist

  • [n/a] Run cargo fmt.
  • [n/a] Run taplo format.
  • [n/a] Run cargo clippy. If applicable, add:
    • [n/a] --target wasm32-unknown-unknown
    • [n/a] --target wasm32-unknown-emscripten
  • [n/a] 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 December 15, 2024 00:24
@cwfitzgerald cwfitzgerald self-assigned this Dec 15, 2024
etc/ray_tracing.md Outdated Show resolved Hide resolved
@cwfitzgerald cwfitzgerald self-requested a review December 16, 2024 05:42
`Committed`.
- Calling `rayQueryProceed` when `rayQueryInitialize` has not previously been called on this ray query

*this is only known undefined behaviour.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This section deliberately does not mention undefined behavior from #6752

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.

2 participants