@@ -60,7 +60,7 @@ apiext:VK_KHR_maintenance5) and anything superseded by a new version of the
6060same functionality (e.g. apiext:VK_KHR_synchronization2).
6161====
6262
63- ifdef::VK_VERSION_1_1 []
63+ ifdef::VK_BASE_VERSION_1_1 []
6464[[deprecation-gpdp2]]
6565=== Physical Device Queries: Deprecation via version 2
6666
@@ -75,7 +75,7 @@ used instead of flink:vkGetPhysicalDeviceFeatures.
7575When enabling device features, slink:VkPhysicalDeviceFeatures2 should: be
7676provided in the pname:pNext chain of slink:VkDeviceCreateInfo instead of
7777using slink:VkDeviceCreateInfo::pNext:pEnabledFeatures.
78- endif::VK_VERSION_1_1 []
78+ endif::VK_BASE_VERSION_1_1 []
7979
8080[[deprecation-version-macros]]
8181=== Version Macros: Deprecation via replacements including API variant
@@ -107,7 +107,7 @@ commands operating on that instance or any of its child objects.
107107At the time of deprecation there were no known device-only layers and no
108108compelling reason to create one.
109109
110- ifdef::VK_VERSION_1_2 []
110+ ifdef::VK_GRAPHICS_VERSION_1_2 []
111111[[deprecation-renderpass2]]
112112=== Render Pass Functions: Deprecation via version 2
113113
@@ -116,17 +116,17 @@ introduced new versions of several render pass functions.
116116These provide the same functionality as the Vulkan 1.0 functionality but
117117with greater extensibility.
118118
119- ifdef::VK_VERSION_1_4 []
119+ ifdef::VK_GRAPHICS_VERSION_1_4 []
120120[NOTE]
121121====
122122Render pass objects and all related commands are further
123123<<deprecation-dynamicrendering, deprecated by dynamic rendering>> in Vulkan
1241241.4.
125125====
126- endif::VK_VERSION_1_4 []
127- endif::VK_VERSION_1_2 []
126+ endif::VK_GRAPHICS_VERSION_1_4 []
127+ endif::VK_GRAPHICS_VERSION_1_2 []
128128
129- ifdef::VK_VERSION_1_4 []
129+ ifdef::VK_GRAPHICS_VERSION_1_4 []
130130=== [[deprecation-dynamicrendering]]Render Pass Objects: Deprecation via dynamic rendering
131131
132132In Vulkan 1.3, the apiext:VK_KHR_dynamic_rendering extension was promoted
@@ -155,5 +155,5 @@ unless/until replacements are created.
155155Outside of vendor extensions, applications are advised to make use of
156156flink:vkCmdBeginRendering and flink:vkCmdEndRendering to manage render
157157passes from this API version onward.
158- endif::VK_VERSION_1_4 []
158+ endif::VK_GRAPHICS_VERSION_1_4 []
159159endif::VKSC_VERSION_1_0[]
0 commit comments