Skip to content

Latest commit

 

History

History
114 lines (97 loc) · 9.07 KB

vulkan_release_summary.adoc

File metadata and controls

114 lines (97 loc) · 9.07 KB

Vulkan Release Summary

Each minor release version of Vulkan promoted a different set of extension to core. This means that it’s no longer necessary to enable an extensions to use it’s functionality if the application requests at least that Vulkan version (given that the version is supported by the implementation).

The following summary contains a list of the extensions added to the respective core versions and why they were added. This list is taken from the Vulkan spec, but links jump to the various spots in the Vulkan Guide

Vulkan 1.1

Vulkan 1.1 was released on March 7, 2018

Besides the listed extensions below, Vulkan 1.1 introduced the subgroups, protected memory, and the ability to query the instance version.