An open API service indexing awesome lists of open source software.

https://github.com/hexops/vulkan-headers

A fork of vulkan-headers packaged for the Zig build system
https://github.com/hexops/vulkan-headers

Last synced: 8 months ago
JSON representation

A fork of vulkan-headers packaged for the Zig build system

Awesome Lists containing this project

README

          

# vulkan-headers packaged for the Zig build system

This is a fork of [vulkan-headers](https://github.com/KhronosGroup/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:

```sh
./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](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Avulkan-headers).