I have followed the Vulkan tutorial published on the official Vulkan documentation (Vulkan tutorial) and compiled it down in this repository. This served me as a way to learn Vulkan myself, as well as ...
本文档是 Vulkan 的入门教程,将介绍 Vulkan 图形与计算 API 的基础知识与实际应用。 文档以代码演示为主,你可以在 Vulkan Guide 等网站找到更详细的 Vulkan 规范和概念介绍。 教程将采用 C++20/23 标准 ...
Vulkan is now an established and flexible multi-platform graphics API. It has been adopted in many industries, including game development, medical imaging, movie productions, and media playback.