Go to file
Joey Bzdek 62657c8e33 Add .vscode to .gitignore
Metadata created by new lightweight IDE from microsoft, vscode

Change-Id: Ie250a850d190922e5666e975463d4fa96a1f270e
2018-01-05 16:54:47 -07:00
cmake build: Add uninstall target for Linux 2017-03-14 17:28:13 -06:00
loader loader: Change overzealous warning to debug msg 2018-01-03 11:45:41 -07:00
scripts layers: Remove unique_objects ext list generation 2018-01-05 10:37:58 -07:00
tests tests: Turn off tr1 namespace deprecation warning 2017-12-20 14:45:34 -07:00
.appveyor.yml build: Improve update ext srcs script for better CI 2018-01-05 13:59:47 -07:00
.clang-format repo: Change source style from LLVM to Google 2017-01-26 15:45:50 -07:00
.gitattributes external: Update commit IDs and scripts 2017-10-24 12:06:20 -06:00
.gitignore Add .vscode to .gitignore 2018-01-05 16:54:47 -07:00
.travis.yml android: Roll back to NDK r15c 2017-12-22 16:09:45 -07:00
BUILD.md build: Update BUILD.md to specify VS2013 2018-01-03 11:38:50 -07:00
CMakeLists.txt Fix build errors: 2017-11-28 16:27:21 -08:00
CONTRIBUTING.md docs: Additional updates and corrections 2018-01-05 09:01:45 -07:00
COPYRIGHT.txt repo: normalize line termination across repo 2017-10-29 22:13:33 -06:00
GOVERNANCE.md docs: Additional updates and corrections 2018-01-05 09:01:45 -07:00
LICENSE.txt misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
README.md docs: Updated for README formatting on github 2018-01-05 09:04:50 -07:00

Vulkan Ecosystem Components

This project provides the Khronos official ICD loader and validation layers for Vulkan developers on Windows and Linux.

CI Build Status

Platform Build Status
Linux/Android Build Status
Windows Build 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.