Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching full:layer

37 Example debug build (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options):
87 * `/usr/local/etc/vulkan/explicit_layer.d`: Layer JSON files
114 for the layer JSON files.
209 - update\_external\_sources.bat --build-glslang (Note: see **Loader and Validation Layer Dependencies** below for other options)
217 Build all Windows targets after installing required software and cloning the Loader and Validation Layer repo as described above by completing the following steps in a "Developer Command Prompt for VS2013" window (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options):
315 Resulting validation layer binaries will be in build-android/libs.
321 The following per platform commands can be used for layer only builds:
339 Use the following steps to build, install, and run the layer validation tests for Android:
346 Alternatively, you can use the test_APK script to install and run the layer validation tests:
394 - Follow the steps defined elsewhere for the OS using the update\_external\_sources script or as shown in **Loader and Validation Layer Dependencies** below
399 ## Loader and Validation Layer Dependencies
400 The glslang repo is required to build and run Loader and Validation Layer components. It is not a git sub-module of Vulkan-LoaderAndValidationLayers but Vulkan-LoaderAndValidationLayers is linked to a specific revision of gslang. This can be automatically cloned and built to predefined locations with the update\_external\_sources scripts. If a custom configuration is required, do the following steps: