-
@nervencid i followed this guide mostly: software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-part-1 but I used the C++ header (github.com/KhronosGroup/Vulkan-Hpp, mine shipped w/ vulkan)
-
@nervencid also there are two good tutorial repos by @McNopper and @SaschaWillems2: github.com/McNopper/Vulkan github.com/SaschaWillems/Vulkan
-
@nervencid these and the intel guide repo all use custom small specific frameworks though, I ended up doing my own version of that too
-
@nervencid hands down the best resource was this vulkan quick reference though: khronos.org/files/vulkan10-reference-guide.pdf. This & the man/spec for details