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

Drop linking Vulkan directly #2000

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Commits on Jul 4, 2024

  1. Drop linking Vulkan directly

    The `vulkan-wrapper` helper library's purpose is to eliminate the need
    to link targets directly to Vulkan, and load it dynamically instead at
    runtime, using `dlopen` and `LoadLibrary`.
    
    Remove the direct linking of the Vulkan library from targets that link
    to `vulkan-wrapper`.
    
    Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
    ahesham-arm committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3e23d4c View commit details
    Browse the repository at this point in the history