Android 9.0.0 Release 3 (PPR1.180610.011)
Snap for 4706961 from 42393395be4cf94d0a0030fb22f9ec38fabf842e to pi-release

Change-Id: I072b40f64bc73286eec7c3d0d5907ad81a653b20
tree: f49932ec579078cedba24b9f1c26003c6d9a4469
  1. build-android/
  2. cmake/
  3. common/
  4. demos/
  5. external_revisions/
  6. icd/
  7. include/
  8. layers/
  9. libs/
  10. loader/
  11. scripts/
  12. tests/
  13. windowsRuntimeInstaller/
  14. .appveyor.yml
  15. .clang-format
  16. .gitattributes
  17. .gitignore
  18. .travis.yml
  19. Android.mk
  20. BUILD.md
  21. build_windows_targets.bat
  22. CMakeLists.txt
  23. CONTRIBUTING.md
  24. COPYRIGHT.txt
  25. GOVERNANCE.md
  26. LICENSE.txt
  27. MODULE_LICENSE_APACHE2
  28. NOTICE
  29. README.md
  30. update_external_sources.bat
  31. update_external_sources.sh
README.md

Vulkan Ecosystem Components

This project provides the Khronos official Vulkan ICD desktop loader and the Vulkan validation layers for Windows, Linux, and Android.

CI Build Status

PlatformBuild Status
Linux/AndroidBuild Status
WindowsBuild status

Introduction

Vulkan is an Explicit API, enabling direct control over how GPUs actually work. By design, minimal error checking is done inside a Vulkan driver. Applications have full control and responsibility for correct operation. Any errors in how Vulkan is used can result in a crash. This project provides Vulkan validation layers that can be enabled to assist development by enabling developers to verify their applications correct use of the Vulkan API.

Vulkan supports multiple GPUs and multiple global contexts (VkInstance). The ICD loader is necessary to support multiple GPUs and VkInstance-level Vulkan commands. Additionally, the loader manages inserting Vulkan layer libraries such as validation layers between the application and the ICD.

The following components are available in this repository:

Contact Information

Information for Developing or Contributing:

Please see the CONTRIBUTING.md file in this repository for more details. Please see the GOVERNANCE.md file in this repository for repository management details.

How to Build and Run

BUILD.md Includes directions for building all components as well as running validation tests and demo applications.

Information on how to enable the various Validation layers is in layers/README.md.

Architecture and interface information for the loader is in loader/LoaderAndLayerInterface.md.

License

This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.

See COPYRIGHT.txt for a full list of licenses used in this repository.

Acknowledgements

While this project has been developed primarily by LunarG, Inc., there are many other companies and individuals making this possible: Valve Corporation, funding project development; Google providing significant contributions to the validation layers; Khronos providing oversight and hosting of the project.