A fork of vulkan-headers packaged for the Zig build system. Original: https://github.com/hexops/vulkan-headers
Find a file
2025-11-19 12:19:29 +01:00
.github Merge remote-tracking branch 'upstream/main' 2025-11-19 12:19:29 +01:00
.reuse Fix REUSE 2024-01-25 03:53:51 -08:00
include Update for Vulkan-Docs 1.4.333 2025-11-14 01:47:36 +00:00
LICENSES Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
registry Merge remote-tracking branch 'upstream/main' 2025-11-19 12:19:29 +01:00
tests Merge remote-tracking branch 'upstream/main' 2025-11-19 12:19:29 +01:00
.envrc Updated to zig v0.15 2025-11-19 12:15:22 +01:00
.gitignore ignore Jetbrains config directories 2025-04-14 11:14:05 -06:00
build.zig Updated to zig v0.15 2025-11-19 12:15:22 +01:00
CODE_OF_CONDUCT.adoc Use MIT license 2023-07-29 01:50:36 -07:00
LICENSE.md Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
Makefile.release Add instruction to cd to correct directory before tag-branch 2025-09-25 23:10:10 +01:00
manifest.scm Updated to zig v0.15 2025-11-19 12:15:22 +01:00
README.md Update for Vulkan-Docs 1.3.269 2023-10-20 04:02:25 -07:00
SECURITY.md Create SECURITY.md 2023-08-14 12:55:13 -06:00
update.sh improve upstream merge strategy 2023-06-24 18:28:11 -07:00
verify.sh improve source verification script 2023-06-24 18:26:12 -07:00

vulkan-headers packaged for the Zig build system

This is a fork of vulkan-headers, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

Updating

To update this repository, run ./update.sh followed by ./verify.sh to verify the repository contents.

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.

Issues

Issues are tracked in the main Mach repository.