-
Notifications
You must be signed in to change notification settings - Fork 54
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
Missing Vulkan 1.1 functions #33
Comments
@kjozic yep, it seems that I updated to 1.1 without capturing those functions, I will refactor the API to match 1.1 better soon. |
@xlab any news on this? |
The Vulkan 1.2 specification was launched on January 15th, 2020 |
A repo called "go-vulkan" seems to support Vulkan 1.1 and has a much neater API than this repo (vulkan-go). Is anyone willing to do a performance test comparing the two packages? |
Keeping open for visibility and bookkeeping. I hope this doesn't cause distraction. |
Vulkan 1.1 introduced some new functions. The most important function is EnumerateInstanceVersion() which is used to enumerate supported instance versions. Many extensions are now members of the Vulkan core:
Vulkan 1.1 compatibility statement can be found here. Most important changes are described here.
Do you plan to implement missing functions?
The text was updated successfully, but these errors were encountered: