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

Check JSON API version in create instance #228

Merged

Conversation

lenny-lunarg
Copy link
Contributor

Some old drivers crash when calling vkGetInstanceProcAddr to get the vkEnumerateInstanceVersion entry point. This checks that the JSON API version is 1.1 before doing that to avoid the crash

See #182 for the background on this PR.

Some old drivers crash when calling vkGetInstanceProcAddr to get the
vkEnumerateInstanceVersion entry point. This checks that the JSON
API version is 1.1 before doing that to avoid the crash

Change-Id: I85eac4e1ee38222c936c63484fb9f4353ba55ab0
@lenny-lunarg lenny-lunarg added the system integration An issue that needs to be discussed by the system integration TSG. label Aug 21, 2019
@lenny-lunarg lenny-lunarg merged commit 160e66b into KhronosGroup:master Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system integration An issue that needs to be discussed by the system integration TSG.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant