-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fixes to the Optix crate #157
base: main
Are you sure you want to change the base?
Conversation
Note you are going to want to rebase on #156 as it touches a ton of stuff. |
(it's just about ready to land) |
Gotcha, will do! Thanks for letting me know. I'll keep this open and rebase on top once that drops, if that works |
5dfb476
to
7e7007d
Compare
Rebased on top of the recent changes from #156, checked that everything still works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the MotionFlags
doc comments need to be moved out of the impl and on the struct like BuildFlags
has them?
It would be nice to have all of these documented in general but keeping the staus quo is all that is required. Thanks for the PR!
Understood, I can reorganize that and push up the changes shortly. I can work on documenting the rest of them as well, that might take a minute as I figure out the specifics of what they do. Thanks for reviewing! |
…stead of the impl block
looks like this overlaps with #159 |
Okay, should I close this one out then? I'd prefer not to duplicate work in the future |
Some new traits needed to be derived for MotionFlags, InstanceFlags, and some others. Additonally, from here: https://docs.rs/bitflags/latest/bitflags/, it looks we need to use the impl syntax for the bit flag structs to work with the custom derive macros from cust.
Also fixed a warning about an elided lifetime