aboutsummaryrefslogtreecommitdiff
path: root/vulkaninfo
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-01-16 16:10:30 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-01-16 17:18:54 -0700
commitc757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3 (patch)
tree781f0b5fa792cddc32acc0e6d47ecde2f2f0bf21 /vulkaninfo
parent80e16af0fd8f1f03374e4cc4eea4822520967e08 (diff)
downloadusermoji-c757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3.tar.xz
github: Use main instead of master
closes #729
Diffstat (limited to 'vulkaninfo')
-rw-r--r--vulkaninfo/json_validation_process.md2
-rw-r--r--vulkaninfo/vulkaninfo.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/vulkaninfo/json_validation_process.md b/vulkaninfo/json_validation_process.md
index a4695331..32df4f6f 100644
--- a/vulkaninfo/json_validation_process.md
+++ b/vulkaninfo/json_validation_process.md
@@ -1,4 +1,4 @@
-# Validating [vulkaninfo](https://github.com/KhronosGroup/Vulkan-Tools/tree/master/vulkaninfo) JSON output
+# Validating [vulkaninfo](https://github.com/KhronosGroup/Vulkan-Tools/tree/main/vulkaninfo) JSON output
The format of vulkaninfo's JSON output is designed to be used as input for the
[Vulkan Profiles](https://github.com/KhronosGroup/Vulkan-Profiles)
diff --git a/vulkaninfo/vulkaninfo.md b/vulkaninfo/vulkaninfo.md
index 7f1f287b..3e7456a1 100644
--- a/vulkaninfo/vulkaninfo.md
+++ b/vulkaninfo/vulkaninfo.md
@@ -98,7 +98,7 @@ Note: The Vulkan Info binary found in the Vulkan SDK is renamed to `vulkaninfoSD
Vulkan Info is now avaialble for iOS devices, but must be built manually.
-The Vulkan Info project contains a folder at [vulkaninfo/ios](https://github.com/KhronosGroup/Vulkan-Tools/tree/master/vulkaninfo/iOS) that contains an XCode project that will build Vulkan Info for iOS devices. In order to deploy to an iOS device, the developer must be a member of the [Apple Developer Program](https://developer.apple.com/programs/). In addition, Vulkan Info makes use of the [MoltenVK](https://github.com/KhronosGroup/MoltenVK) libraries, which is a seperate project from Vulkan-Tools and you will need to add the MoltenVK libraries to your XCode project manually. See the [LunarG Getting Started with the macOS SDK](https://vulkan.lunarg.com/doc/sdk/latest/mac/getting_started.html) guide for more information about using MoltenVK in the Vulkan SDK.
+The Vulkan Info project contains a folder at [vulkaninfo/ios](https://github.com/KhronosGroup/Vulkan-Tools/tree/main/vulkaninfo/iOS) that contains an XCode project that will build Vulkan Info for iOS devices. In order to deploy to an iOS device, the developer must be a member of the [Apple Developer Program](https://developer.apple.com/programs/). In addition, Vulkan Info makes use of the [MoltenVK](https://github.com/KhronosGroup/MoltenVK) libraries, which is a seperate project from Vulkan-Tools and you will need to add the MoltenVK libraries to your XCode project manually. See the [LunarG Getting Started with the macOS SDK](https://vulkan.lunarg.com/doc/sdk/latest/mac/getting_started.html) guide for more information about using MoltenVK in the Vulkan SDK.
When Vulkan Info is run on an iOS device, it will create the standard vulkaninfo.json file and also a portability.json file. An HTML file is also created, and is displayed in a webview on the iOS device when the application is run. These files are located on the iOS device, and are available via the [iOS application file sharing mechanism](https://support.apple.com/en-us/HT201301) via iTunes for Windows or macOS. You can also access these files using the macOS Finder or Windows Explorer when the device is attached to the host computer via a USB cable. Select the device, and navigate to the "vulkaninfo" folder to access these files. There is currently no supported means to access these files on an iOS device from a Linux host computer.