Skip to content

Commit e7a82b6

Browse files
committed
update Vulkan Profiles chapter with simplified JSON schema reference and corrected example link.
1 parent 21aef73 commit e7a82b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chapters/vulkan_profiles.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ if (supported) {
173173
=== 2. Using the Vulkan Profiles, JSON files directly
174174

175175
For more advanced use cases, you can work with the JSON profile definitions
176-
directly. The JSON schema is documented in the link:https://github.com/KhronosGroup/Vulkan-Profiles/blob/main/schema/README.md[Vulkan-Profiles
177-
schema documentation]. You can find example code that loads and uses JSON
176+
directly. You can find example code that loads and uses JSON
178177
profiles in the link:https://github.com/KhronosGroup/Vulkan-Profiles/blob/main/layer/TUTORIAL.md[Vulkan-Profiles]:
179178

180179
[source,cpp]

0 commit comments

Comments
 (0)