| commit | cacef47384a84d2410a68393c3abcb024e0692db | [log] [tgz] |
|---|---|---|
| author | Dave Houlton <daveh@lunarg.com> | Tue May 29 13:00:42 2018 -0600 |
| committer | Dave Houlton <daveh@lunarg.com> | Fri Jun 22 10:39:44 2018 -0600 |
| tree | 4b51f3bbf3d61ac054e3a80f4f81f2ff1c3f1f3f | |
| parent | 8dd93d5d669306f3b906b90f4f388dff7a16770e [diff] |
scripts: repair and update validation_stats.py Parses validation headers registry file 'validusage.json', layer source code and layer test code and reports various statistics and consistency checks. Deletes the checked-in error database file vk_validation_error_database.txt in favor of the ability to generate an up-to-date version on demand. Change-Id: I604b972cbb3c6954d8f321ec9e9c214455e38765
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.