forked from KhronosGroup/Vulkan-Loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove faulty fallback for unknown functions
This code was only used when the required assembly code for unknown function was missing or intentionally disabled. Because it relied on the implementation of the compiler to optimize the code in such a way as to not disturb passed in parameters, the fallback code could not be relied on to work. Removing the fallback path simplifies the support matrix by making unknown functions definitely not supported (and will return NULL when queried), whereas with the fallback the code may work or may crash.
- Loading branch information
1 parent
1e8781e
commit ffb58e2
Showing
4 changed files
with
61 additions
and
868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.