Source mirror for WetGrape egpu: vulkan-tools
  • C++ 82.2%
  • C 8.8%
  • Python 6.4%
  • CMake 1.6%
  • Objective-C 0.6%
  • Other 0.3%
Find a file
2026-09-17 21:00:48 -07:00
.github build(deps): bump actions/setup-python from 6 to 7 2026-07-20 09:44:12 -05:00
cube cube: Print physical device API and driver version 2026-05-04 16:34:20 -05:00
icd build: Update to header v1.4.363 2026-09-17 21:00:48 -07:00
LICENSES chore: Add REUSE.toml for REUSE 3.3 spec compliance 2026-05-08 14:06:33 -05:00
scripts build: Update to header v1.4.363 2026-09-17 21:00:48 -07:00
tests build: Support compilation with MinGW 2025-12-08 13:21:47 -07:00
vulkaninfo vulkaninfo: add missing <ctime> include 2026-09-04 15:04:16 -06:00
.clang-format repo: Update the clang style from VVL 2020-04-20 13:20:56 -06:00
.gitattributes vulkaninfo: use generate_source.py for autogen 2020-05-26 10:39:18 -06:00
.gitignore build: Add .cache to gitignore 2024-07-01 16:18:56 -05:00
BUILD.gn gn: Cleanup chromium build 2023-10-11 12:39:07 -06:00
BUILD.md cmake: Update minimum to 3.22.1 2025-02-05 11:22:23 -07:00
CMakeLists.txt build: Update to header v1.4.363 2026-09-17 21:00:48 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-10-10 16:07:26 -04:00
CONTRIBUTING.md Add AI-Assisted Contributions to CONTRIBUTING 2026-05-07 13:43:02 -05:00
GOVERNANCE.md docs: Update GOVERNANCE.md to not use En Dash 2025-09-15 14:23:49 -06:00
LICENSE.txt Revert LICENSE to Apache 2.0 2018-10-03 10:25:42 -04:00
README.md docs: New SDK branch convention 2023-10-04 21:04:04 -06:00
REUSE.toml chore: Improve REUSE compliance 2026-05-11 17:10:45 -05:00

KhronosGroup/Vulkan-Tools

This project provides Vulkan tools and utilities that can assist development by enabling developers to verify their applications correct use of the Vulkan API.

Intro

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 the vkcube demo applications.

Version Tagging Scheme

Updates to this repository which correspond to a new Vulkan specification release are tagged using the following format: v<version> (e.g., v1.3.266).

Note: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the vulkan-sdk-<version>.<patch> format (e.g., vulkan-sdk-1.3.266.0).

This scheme was adopted following the 1.3.266 Vulkan specification release.

License

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

See LICENSE.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.