Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
dcc7fd1
add feature availability dashboard chapter to guide and navigation.
gpx1000 Jul 15, 2025
3f06d51
replace feature availability dashboard chapter with deprecated items …
gpx1000 Jul 19, 2025
9c526be
clarify feature flag replacements in feature availability dashboard c…
gpx1000 Jul 19, 2025
ae399bb
expand feature availability dashboard chapter with deprecated functio…
gpx1000 Jul 19, 2025
c853bb3
update feature availability dashboard chapter with detailed deprecate…
gpx1000 Jul 19, 2025
3426b2d
add deprecation section link to feature availability dashboard chapter
gpx1000 Jul 19, 2025
ce91c37
add feature availability dashboard chapter to guide and navigation.
gpx1000 Jul 15, 2025
e25e798
replace feature availability dashboard chapter with deprecated items …
gpx1000 Jul 19, 2025
f0ec53a
clarify feature flag replacements in feature availability dashboard c…
gpx1000 Jul 19, 2025
1af5ede
expand feature availability dashboard chapter with deprecated functio…
gpx1000 Jul 19, 2025
aa4d0b3
update feature availability dashboard chapter with detailed deprecate…
gpx1000 Jul 19, 2025
5bbe6b2
add deprecation section link to feature availability dashboard chapter
gpx1000 Jul 19, 2025
c191f15
Requested updates to the deprecated chapter.
gpx1000 Jul 30, 2025
c3c3c7e
Merge remote-tracking branch 'origin/Availability-dashboard' into Ava…
gpx1000 Jul 30, 2025
9304a3a
remove the old file.
gpx1000 Jul 30, 2025
fddb6ad
remove the dead link
gpx1000 Jul 30, 2025
e7efc47
Update deprecated.adoc
gpx1000 Jul 30, 2025
39454f7
update links as per request.
gpx1000 Aug 23, 2025
45a282b
Merge remote-tracking branch 'origin/Availability-dashboard' into Ava…
gpx1000 Aug 23, 2025
a46eef2
Merge branch 'main' into Availability-dashboard
gpx1000 Aug 23, 2025
dabda06
update links as per request.
gpx1000 Aug 23, 2025
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 @@ -64,6 +64,8 @@ The Vulkan Guide can be built as a single page using `asciidoctor guide.adoc`

= Using Vulkan

== xref:{chapters}deprecated.adoc[Deprecated]

== xref:{chapters}windowing_audio_input.adoc[Windowing, Audio, and Input]

== xref:{chapters}ide.adoc[Development Environments & IDEs]
Expand All @@ -72,7 +74,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
1 change: 1 addition & 0 deletions antora/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
** xref:{chapters}validation_overview.adoc[]
** xref:{chapters}decoder_ring.adoc[]
* Using Vulkan
** xref:{chapters}deprecated.adoc[]
** xref:{chapters}loader.adoc[]
** xref:{chapters}layers.adoc[]
** xref:{chapters}querying_extensions_features.adoc[]
Expand Down
Loading