-
Notifications
You must be signed in to change notification settings - Fork 41
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
Allow non device type template parameter for output views in BVH::query() #271
Allow non device type template parameter for output views in BVH::query() #271
Conversation
…redicateTag, ...) on view types
…redicateTag, ...) on view types
… queryDispatch() on BVH instead
… struct with all static methods
Yeah, I thought a way to fix this would be through templating on view types. The unfortunate side effect of this is that the view signatures are no longer easily distinguished (for example, value types). |
Well I was not necessarily planning on opening that PR yet because I am necessarily convinced whether I want to keep the |
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.
Needs tests.
…ndingVolumeHierarchyImpl.hpp
…:BoundingVolumeHierarchyImpl::
…non_device_type_template_param
Fix #270
This will produce an example of bad error message as requested in #269 (comment)