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

Remove device argument from acceleration structure and RT pipeline fns #378

Merged
merged 1 commit into from
Feb 28, 2021

Conversation

MarijnS95
Copy link
Collaborator

This handle is already held onto when creating the safe wrapper object, but is inconsistently required again in some but not all functions. Remove it from every function and use the internal handle instead.

Closes: #377
Fixes: 05747b2 ("Update Vulkan-Headers to 1.2.162 with stable ray-tracing spec (#341)")


Yet another porting artifact of the stable KHR RT bindings...

This handle is already held onto when creating the safe wrapper object,
but is inconsistently required again in some but not all functions.
Remove it from every function and use the internal handle instead.

Closes: ash-rs#377
Fixes: 05747b2 ("Update Vulkan-Headers to 1.2.162 with stable ray-tracing spec (ash-rs#341)")
@MaikKlein MaikKlein merged commit 9881d98 into ash-rs:master Feb 28, 2021
@MarijnS95 MarijnS95 deleted the remove-device branch February 28, 2021 19:07
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.

AccelerationStructure and use of vk::Device
2 participants