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

Update libadrenotools submodule and adapt to API changes #29

Merged
merged 2 commits into from
Oct 5, 2024

Conversation

Ishan09811
Copy link
Owner

  • Updated the libadrenotools submodule to the latest version.
  • Adapted the adrenotools_open_libvulkan calls to handle the new function signature.
    • Replaced the adrenotools_gpu_mapping* argument with a void** for user mapping.
    • Properly cast userMappingHandle to adrenotools_gpu_mapping* after loading Vulkan driver.
  • Updated related code in LoadVulkanDriver to handle the new GPU mapping logic for both custom and built-in Vulkan drivers.
  • Ensured backward compatibility with the new feature flags and import handling in the updated API.

@Ishan09811 Ishan09811 merged commit 1d0b0ec into master Oct 5, 2024
2 checks passed
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.

1 participant