A fork of vulkan-headers packaged for the Zig build system. Original: https://github.com/hexops/vulkan-headers
Find a file
2024-01-08 20:09:18 -07:00
.github all: update Zig to version 0.12.0-dev.2063+804cee3b9 2024-01-08 20:09:18 -07:00
.reuse Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
include Update for Vulkan-Docs 1.3.261 2023-08-04 04:04:01 -07:00
LICENSES Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
tests/add_subdirectory Merge remote-tracking branch 'upstream/main' 2023-08-06 14:13:24 -07:00
.gitignore Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
build.zig update to latest build API 2024-01-08 20:09:18 -07: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
README.md README: link issue tracker 2023-08-10 16:56:40 -07: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.