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

Only return pre-instance functions when instance is NULL #692

Commits on Oct 15, 2021

  1. Only return pre-instance functions when instance is NULL

    vkGetInstanceProcAddr should only return the pre-instance, aka global
    functions, when the VkInstance handle is NULL. This brings the desktop
    vulkan loader into alignment on the spec and with the android loader.
    KhronosGroup/Vulkan-Docs#1605
    
    The repo previously did follow this rule, but was changes in the
    1.0.42 header version timeframe for unknown reasons.
    charles-lunarg committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3da3bb4 View commit details
    Browse the repository at this point in the history