@@ -45,8 +45,8 @@ ifdef::site-gen-antora[]
4545endif::[]
4646
4747ifndef::site-gen-antora[]
48- * https://github.com/KhronosGroup/Vulkan-Guide [Vulkan Guide]
49- * https://vulkan-tutorial.com/ [Get Started in Vulkan]
48+ * https://docs.vulkan.org/guide/latest/index.html [Vulkan Guide]
49+ * https://docs. vulkan.org/tutorial/latest/index.html [Get Started in Vulkan]
5050endif::[]
5151
5252xref:samples/performance/README.adoc[Performance samples] show the recommended best practice together with real-time profiling information.
@@ -130,8 +130,9 @@ Another option which may help is to run github through a VPN service.
130130
131131* Windows - xref:./docs/build.adoc#windows[Build Guide]
132132* Linux - xref:./docs/build.adoc#linux[Build Guide]
133- * macOS - xref:./docs/build.adoc#macos[Build Guide]
134133* Android - xref:./docs/build.adoc#android[Build Guide]
134+ * macOS - xref:./docs/build.adoc#macos[Build Guide]
135+ * iOS - xref:./docs/build.adoc#ios[Build Guide]
135136
136137== Usage
137138
@@ -172,25 +173,7 @@ adb shell am start-activity -n com.khronos.vulkan_samples/com.khronos.vulkan_sam
172173
173174See link:LICENSE[LICENSE].
174175
175- This project has some third-party dependencies, each of which may have independent licensing:
176-
177- * https://github.com/ARM-software/astc-encoder[astc-encoder]: ASTC Evaluation Codec
178- * https://github.com/vit-vit/CTPL[CTPL]: Thread Pool Library
179- * https://github.com/docopt/docopt.cpp[docopt]: A C{pp}11 port of the Python argument parsing library
180- * https://github.com/glfw/glfw[glfw]: A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
181- * https://github.com/g-truc/glm[glm]: OpenGL Mathematics
182- * https://github.com/KhronosGroup/glslang[glslang]: Shader front end and validator
183- * https://github.com/ocornut/imgui[dear imgui]: Immediate Mode Graphical User Interface
184- * https://github.com/ARM-software/HWCPipe[HWCPipe]: Interface to mobile Hardware Counters
185- * https://github.com/KhronosGroup/KTX-Software[KTX-Software]: Khronos Texture Library and Tools
186- * https://github.com/gabime/spdlog[spdlog]: Fast C{pp} logging library
187- * https://github.com/KhronosGroup/SPIRV-Cross[SPIRV-Cross]: Parses and converts SPIR-V to other shader languages
188- * https://github.com/nothings/stb[stb]: Single-file public domain (or MIT licensed) libraries
189- * https://github.com/syoyo/tinygltf[tinygltf]: Header only C{pp}11 glTF 2.0 file parser
190- * https://github.com/nlohmann/json[nlohmann json]: C{pp} JSON Library (included by https://github.com/syoyo/tinygltf[tinygltf])
191- * https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator[vma]: Vulkan Memory Allocator
192- * https://github.com/zeux/volk[volk]: Meta loader for Vulkan API
193- * https://github.com/KhronosGroup/Vulkan-Docs[vulkan]: Sources for the formal documentation of the Vulkan API
176+ This project has several xref:./third_party/README.adoc[third-party dependencies]
194177
195178This project uses assets from https://github.com/KhronosGroup/Vulkan-Samples-Assets[vulkan-samples-assets].
196179Each one has its own license.
0 commit comments