Vulkan 1.2.203, updated with vk-gen 0.2.0
Several enhancements and bugfixes via vk-gen v0.2.0.
- Support for Mac. Types and commands tagged as macos and metal platforms by Vulkan are now present in the binding. Working examples are at the go-vk-samples project.
- Note that go-vk does NOT work with the GLFW Go binding. Root cause is unknown at this time.
- vk.Result is now returned as an error and as the final return value from commands. Error checking is now Go-style. You can directly compare against the predefined Result values to determine the error type.
- Several other bugfixes and minor enhancements. See the vk-gen v0.2.0 release notes for full details.