-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrap buffer values in AccelerationStructureBuildGeometryInfo
in an Option
#2307
Conversation
The |
Having |
It works as a default value, but I was concerned that forcing the user to choose a mode when they may not know the mode yet, would be a problem. I can undo that if you prefer. |
AFAIK you just leave it at build because the field is ignored anyway, and build happens to have |
Rather the other way around -- you leave it at |
Thanks! |
…`Option` (vulkano-rs#2307) * Wrap buffer values in `AccelerationStructureBuildGeometryInfo` in an `Option` * Oops! * Also wrap `mode` and `dst_acceleration_structure` * Un-wrap mode
Fixes #2304.