Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ The Vulkan Guide can be built as a single page using `asciidoctor guide.adoc`

== xref:{chapters}loader.adoc[Loader]


== xref:{chapters}layers.adoc[Layers]

== xref:{chapters}querying_extensions_features.adoc[Querying Properties, Extensions, Features, Limits, and Formats]
Expand Down Expand Up @@ -159,6 +158,8 @@ The Vulkan Guide can be built as a single page using `asciidoctor guide.adoc`

== xref:{chapters}hlsl.adoc[Using HLSL shaders]

== xref:{chapters}slang.adoc[Using Slang shaders]

== xref:{chapters}high_level_shader_language_comparison.adoc[High Level Shader Language Comparison]

= When and Why to use Extensions
Expand Down
1 change: 1 addition & 0 deletions antora/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
** xref:{chapters}image_copies.adoc[]
** xref:{chapters}common_pitfalls.adoc[]
** xref:{chapters}hlsl.adoc[]
** xref:{chapters}slang.adoc[]
** xref:{chapters}high_level_shader_language_comparison.adoc[]
* When and Why to use Extensions
** xref:{chapters}extensions/cleanup.adoc[]
Expand Down
Loading