Vulkan Study Stuff.
Introduction - Vulkan Tutorial
About This tutorial will teach you the basics of using the Vulkan graphics and compute API. Vulkan is a new API by the Khronos group (known for OpenGL) that provides a much better abstraction of modern graphics cards. This new interface allows you to bette
vulkan-tutorial.com
https://www.google.co.uk/books/edition/_/IDCoEAAAQBAJ?hl=en&gbpv=0
Home
Guide to the Vulkan API
vkguide.dev
GitHub - dougbinks/enkiTS: A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 suppo
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support. - dougbinks/enkiTS
github.com
Command Buffers :: Vulkan Documentation Project
Command buffers are objects used to record commands which can be subsequently submitted to a device queue for execution. There are two levels of command buffers - primary command buffers, which can execute secondary command buffers, and which are submitted
docs.vulkan.org
Memory transfers
Practical guide to vulkan graphics programming
vkguide.dev