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
See [zig-gamedev samples](https://github.com/zig-gamedev/zig-gamedev/tree/main/samples) for more complete usage examples.
49
+
50
+
51
+
## Usage with Vulkan
52
+
53
+
To match types from `zglfw` functions and Vulkan library `import_vulkan` option may be used. When using this option `vulkan` import must be provided to the root module.
54
+
55
+
Example `build.zig` with [`vulkan-zig`](https://github.com/Snektron/vulkan-zig):
0 commit comments