◄ Wiki / Graphics
Vulkan 1.0/1.1/1.2/1.3/1.4
The successive version levels of the Vulkan API, each folding in more features as standard.
Vulkan evolves through numbered versions; each one promotes previously optional extensions into the core spec and raises the baseline of what a conformant driver must support. A driver reports the highest version it fully implements. mzVolk reports apiVersion 1.3, meaning it commits to the feature set mandated through that level.
See also
- VulkanA modern, low-level programming interface for talking directly to graphics and compute hardware.
- VK_TRUE / VK_FALSEVulkan's own spelling of the boolean values true and false.
- WSIThe part of Vulkan that connects GPU rendering to an actual on-screen window.