Introduction - Vulkan Tutorial
About
E-book
Tutorial structure
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 better describe what your application
intends to do, which can lead to better performance and less surprising driver
behavior compared to existing APIs like OpenGL
and Direct3D. The ideas behind Vulkan
are similar to ...
Read more at vulkan-tutorial.com