| commit | c7d9d39c5a7faab5a51a9c27b3efb28b93f30f8f | [log] [tgz] |
|---|---|---|
| author | Peter Kohaut <peter.kohaut@arm.com> | Sun Jul 15 00:34:07 2018 +0200 |
| committer | Tobin Ehlis <tobine@google.com> | Tue Jul 17 07:33:01 2018 -0600 |
| tree | 8e5e217e33a020fa06586c661cc1488178ffe16c | |
| parent | 6de20e77ad2c6bc64c68fee1ec0706dadf2f4246 [diff] |
layers: Add more VertexInputState checks Added: VUID-VkPipelineVertexInputStateCreateInfo-vertexBindingDescriptionCount-00613 VUID-VkPipelineVertexInputStateCreateInfo-vertexAttributeDescriptionCount-00614 VUID-VkPipelineVertexInputStateCreateInfo-binding-00615 VUID-VkPipelineVertexInputStateCreateInfo-pVertexBindingDescriptions-00616 VUID-VkPipelineVertexInputStateCreateInfo-pVertexAttributeDescriptions-00617
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.