We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aef73 commit e7a82b6Copy full SHA for e7a82b6
chapters/vulkan_profiles.adoc
@@ -173,8 +173,7 @@ if (supported) {
173
=== 2. Using the Vulkan Profiles, JSON files directly
174
175
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
+directly. You can find example code that loads and uses JSON
178
profiles in the link:https://github.com/KhronosGroup/Vulkan-Profiles/blob/main/layer/TUTORIAL.md[Vulkan-Profiles]:
179
180
[source,cpp]
0 commit comments