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

Merged
merged 11 commits into from
Dec 16, 2024
Prev Previous commit
Next Next commit
note undefined behavior will be worked around later
Vecvec committed Dec 16, 2024
commit 08da9f56de06a936692e3738a3ae9ed5d6770d40
2 changes: 1 addition & 1 deletion etc/ray_tracing.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ called on this ray query since it was initialized (or if the ray query has not b
`Committed`.
- Calling `rayQueryProceed` when `rayQueryInitialize` has not previously been called on this ray query

*this is only known undefined behaviour.
*this is only known undefined behaviour, and will be worked around in the future.

Structure definitions:
````wgsl