From c757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Mon, 16 Jan 2023 16:10:30 -0700 Subject: github: Use main instead of master closes #729 --- vulkaninfo/json_validation_process.md | 2 +- vulkaninfo/vulkaninfo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vulkaninfo') 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. -- cgit v1.2.3