commit | 16cee7627bc5da1baa00835e47db2b6f188bb345 | [log] [tgz] |
---|---|---|
author | John Zulauf <[email protected]> | Mon Oct 08 14:59:38 2018 -0600 |
committer | John Zulauf <[email protected]> | Wed Oct 10 10:33:30 2018 -0600 |
tree | d87b3b575d4d7f7f0a347b7a159b0d534c61126c | |
parent | 9b777307ebe263866f07334c6343a38d8a53b0e5 [diff] |
layers: Add stub function for promoted entrypoints Add stub function generation and conditional insertion for 1.1 promoted functions to avoid nullptr dispatches. Change-Id: I2af7b407f1e7fa8d59a3e32c0d2428a791d2b9b1
This project provides the Khronos official Vulkan validation layers for Windows, Linux, Android, and MacOS.
Platform | Build Status |
---|---|
Linux/Android | |
Windows |
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.
The following components are available in this repository:
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.
BUILD.md Includes directions for building all components as well as running validation tests.
Information on how to enable the various Validation layers is in layers/README.md.
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.
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.