• Home
  • Raw
  • Download

Lines Matching refs:repository

3 Instructions for building this repository on Linux, Windows, Android, and
8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
19 your contribution in a fork of this repository in your GitHub account and then
21 in this repository for more details.
25 This repository contains the source code necessary to build the Vulkan
44 This repository does not contain a Vulkan-capable driver. You will need to
50 To create your local git repository:
56 This repository attempts to resolve some of its dependencies by using
70 This repository has a required dependency on the
71 [Vulkan Headers repository](https://github.com/KhronosGroup/Vulkan-Headers).
72 You must clone the headers repository and build its `install` target before
73 building this repository. The Vulkan-Headers repository is required because it
76 directory and pass it on the CMake command line for building this repository,
81 This repository has a required dependency on the
82 [glslang repository](https://github.com/KhronosGroup/glslang).
83 The glslang repository is required because it contains components that are
84 required to build the validation layers. You must clone the glslang repository
89 and pass it on the CMake command line for building this repository, as
97 repository's `external` directory.
100 Vulkan-ValidationLayers repository and run:
120 to use a loader built from a repository, then you must build the
121 [Vulkan-Loader repository](https://github.com/KhronosGroup/Vulkan-Loader.git)
123 it on the CMake command line for building this repository, as described below.
130 the repository with a name of `build` and place the install directory as a
140 repository revisions that are known to be compatible with the revision of this
141 repository that you currently have checked out. As such, this script is useful
180 (Vulkan-ValidationLayers) repository. But there shouldn't be any conflicts
182 build files for this repository.
202 This repository contains generated source code in the `layers/generated`
219 on/off options currently supported by this repository:
225 …dation layer tests are built. The default is `ON` when the Google Test repository is cloned into t…
232 The following is a table of all string options currently supported by this repository:
287 Change your current directory to the top of the cloned repository directory,
297 > repository. If you place your build directory someplace else, you'll need to
298 > specify the location of the repository top differently.
316 Vulkan-Headers repository built with the install target.
323 repository built with the install target.
370 repository with the install target and modify your CMake invocation to add the
379 After making any changes to the repository, you should perform some quick
419 directory as the program. If you provided a loader repository location via the
430 This repository has been built and tested on the two most recent Ubuntu LTS
434 repository to other Linux distributions.
462 Change your current directory to the top of the cloned repository directory,
474 > repository. If you place your `build` directory someplace else, you'll need
475 > to specify the location of the repository top differently.
484 Vulkan-Headers repository built with the install target.
491 repository built with the install target.
517 By default, the repository components are built with support for the
519 to build the repository components with support for these display servers to
561 Vulkan-Loader repository for more information about loader and layer
582 Usage of this repository's contents in 32-bit Linux environments is not
583 officially supported. However, since this repository is supported on 32-bit
605 Finally, rebuild the repository using `cmake` and `make`, as explained above.
609 export VK_LAYER_PATH=<path to your repository root>/build/layers
612 repository to see which driver, loader and layers are being used.
691 everything in the repository for Android, including validation layers, tests,
726 After making any changes to the repository you should perform some quick
769 Clone the Vulkan-ValidationLayers repository:
777 This repository uses CMake to generate build or project files that are then
778 used to build the repository. The CMake generators explicitly supported in
779 this repository are:
816 export VK_LAYER_PATH=<path to your repository root>/build/layers
818 You can run the `vulkaninfo` applications from the Vulkan-Tools repository to
823 After making any changes to the repository, you should perform the included sanity tests by running
835 Clone and build the [MoltenVK](https://github.com/KhronosGroup/MoltenVK) repository.
839 …export VK_ICD_FILENAMES=<path to MoltenVK repository>/Package/Latest/MoltenVK/macOS/MoltenVK_icd.j…
843 Clone and build the [Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools) repository.
847 export VK_ICD_FILENAMES=<path to Vulkan-Tools repository>/build/icd/VkICD_mock_icd.json
862 repository.