This repository contains pure go ports of existing Vulkan examples originally written in other languages. You can try out different pieces of functionality and learn how to build applications that interact with vkngwrapper.
Before this code can be executed, you will need to install the Vulkan SDK for your operating system. Additionally, it may be necessary to download SDL2 using your local package manager. For more information, see go-sdl2 requirements.
Go ports for a selection of windows samples from vulkan.lunarg.com. The LunarG samples (and these ports) are licensed under the Apache License 2.0.
This folder contains various go ports of the example code of step 29 (multisampling) at https://vulkan-tutorial.com.