Skip to content

Commit 7740121

Browse files
Merge pull request #329 from gpx1000/Profiles
add Vulkan Profiles chapter and include it in navigation.
2 parents 7353f63 + 705d66f commit 7740121

File tree

5 files changed

+662
-1
lines changed

5 files changed

+662
-1
lines changed

README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ The Vulkan Guide can be built as a single page using `asciidoctor guide.adoc`
6464

6565
= Using Vulkan
6666

67+
== xref:{chapters}vulkan_profiles.adoc[Vulkan Profiles]
68+
6769
== xref:{chapters}loader.adoc[Loader]
6870

71+
6972
== xref:{chapters}layers.adoc[Layers]
7073

7174
== xref:{chapters}querying_extensions_features.adoc[Querying Properties, Extensions, Features, Limits, and Formats]

antora/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
** xref:{chapters}platforms.adoc[]
1212
** xref:{chapters}checking_for_support.adoc[]
1313
** xref:{chapters}versions.adoc[]
14+
** xref:{chapters}vulkan_profiles.adoc[]
1415
** xref:{chapters}vulkan_release_summary.adoc[]
1516
** xref:{chapters}what_is_spirv.adoc[]
1617
** xref:{chapters}portability_initiative.adoc[]

chapters/checking_for_support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ View the link:https://vulkan.lunarg.com/doc/sdk/latest/windows/via.html[SDK docu
8282

8383
A simple way to check for Vulkan support cross platform is to create a simple "`Hello World`" Vulkan application. The `vkCreateInstance` function is used to create a Vulkan Instance and is also the shortest way to write a valid Vulkan application.
8484

85-
The Vulkan SDK provides a minimal link:https://vulkan.lunarg.com/doc/view/latest/windows/tutorial/html/01-init_instance.html[vkCreateInstance] example `01-init_instance.cpp` that can be used.
85+
The Vulkan SDK provides a minimal link:https://docs.vulkan.org/tutorial/latest/03_Drawing_a_triangle/00_Setup/01_Instance.html[vkCreateInstance] example `01-init_instance.cpp` that can be used.

0 commit comments

Comments
 (0)