# chromium_third_party_vulkan_deps_vulkan_tools **Repository Path**: openharmony-tpc/chromium_third_party_vulkan_deps_vulkan_tools ## Basic Information - **Project Name**: chromium_third_party_vulkan_deps_vulkan_tools - **Description**: 第三方软件vulkan-deps-vulkan_tools - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/chromium_third_party_vulkan_deps_vulkan_tools - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2023-08-11 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [chromium_third_party_vulkan_deps_vulkan_tools](https://gitcode.com/openharmony-tpc/chromium_third_party_vulkan_deps_vulkan_tools)。| ⚠️ This repository has been archived. For the new address, please visit [chromium_third_party_vulkan_deps_vulkan_tools](https://gitcode.com/openharmony-tpc/chromium_third_party_vulkan_deps_vulkan_tools).** > --- > # Vulkan Ecosystem Components This project provides Khronos official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS. ## CI Build Status [![Build Status](https://github.com/KhronosGroup/Vulkan-Tools/workflows/CI%20Build/badge.svg?branch=master)](https://github.com/KhronosGroup/Vulkan-Tools/actions) ## Introduction This project provides Vulkan tools and utilities that can assist development by enabling developers to verify their applications correct use of the Vulkan API. The following components are available in this repository: - [*Mock ICD*](icd/) - [*Vkcube and Vkcube++ Demo*](cube/) - [*VulkanInfo*](vulkaninfo/) - [*Windows Runtime*](windows-runtime-installer/) ## Contact Information * [Tobin Ehlis](mailto:tobine@google.com) * [Mark Lobodzinski](mailto:mark@lunarg.com) ## Information for Developing or Contributing: Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository for more details. Please see the [GOVERNANCE.md](GOVERNANCE.md) file in this repository for repository management details. ## How to Build and Run [BUILD.md](BUILD.md) Includes directions for building all components as well as running the vkcube demo applications. ## Version Tagging Scheme Updates to the `Vulkan-Tools` repository which correspond to a new Vulkan specification release are tagged using the following format: `v<`_`version`_`>` (e.g., `v1.1.96`). **Note**: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the `sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `sdk-1.1.92.0`). This scheme was adopted following the 1.1.96 Vulkan specification release. ## 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.