Skip to content

Commit

Permalink
Merge pull request #248 from SaschaWillems/shader_language_mapping_nav
Browse files Browse the repository at this point in the history
Added new high level shader language comparison to navigation
  • Loading branch information
gpx1000 authored Feb 1, 2024
2 parents fb1bfcf + 5544ba6 commit 7674a20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ The Vulkan Guide can be built as a single page using `asciidoctor guide.adoc`

// include::{chapters}hlsl.adoc[]

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

// include::{chapters}high_level_shader_language_comparison.adoc[]

= When and Why to use Extensions

[NOTE]
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 @@ -48,6 +48,7 @@
** xref:{chapters}atomics.adoc[]
** xref:{chapters}common_pitfalls.adoc[]
** xref:{chapters}hlsl.adoc[]
** xref:{chapters}high_level_shader_language_comparison.adoc[]
* When and Why to use Extensions
** xref:{chapters}extensions/cleanup.adoc[]
** xref:{chapters}extensions/device_groups.adoc[]
Expand Down
4 changes: 4 additions & 0 deletions guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ include::{chapters}common_pitfalls.adoc[]

include::{chapters}hlsl.adoc[]

// == High Level Shading Language Comparison

include::{chapters}high_level_shader_language_comparison.adoc[]

= When and Why to use Extensions

[NOTE]
Expand Down

0 comments on commit 7674a20

Please sign in to comment.