Skip to content

zink: moved vkEnumerateInstanceVersion to create_instance

Moved the call to vkEnumerateInstanceVersion() into the create_instance() function, so the result can be passed into the application apiVersion. Will stop drivers from limiting a devices supported api version.

Merge request reports