You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Snektron/vulkan-zig](https://github.com/Snektron/vulkan-zig), generated for you, so that you can depend on it via the Zig package manager.
4
-
5
-
## Experimental
6
-
7
-
This is an _experimental_ Mach library, according to our [stability guarantees](https://machengine.org/about/stability/):
8
-
9
-
> Experimental libraries may have their APIs change without much notice, and you may have to look at recent changes in order to update your code.
10
-
11
-
**Status**: Used in Mach so relatively stable, but you can consider using [Snektron/vulkan-zig](https://github.com/Snektron/vulkan-zig) directly depending on your use case.
12
-
13
-
## Getting started
14
-
15
-
### Adding dependency
16
-
17
-
Create a `build.zig.zon` file in your project (replace `$LATEST_COMMIT` with the latest commit hash):
You may then `const vk = @import("vulkan-zig-generated");` and use it.
47
-
48
-
### Usage
49
-
50
-
For usage, see [Snektron/vulkan-zig](https://github.com/Snektron/vulkan-zig).
51
-
52
-
## Issues
53
-
54
-
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Avulkan-zig-generated).
3
+
[Snektron/vulkan-zig](https://github.com/Snektron/vulkan-zig), but pre-generated. You should consider using vulkan-zig directly and only use this if you understand the tradeoffs.
0 commit comments