forked from mirror/vulkan-zig
Fix incorrect link
This commit is contained in:
@@ -232,5 +232,5 @@ Upon compilation, glslc is then invoked to compile each shader, and the result i
|
||||
A partial implementation of https://vulkan-tutorial.org is implemented in [examples/triangle.zig](examples/triangle.zig). This example can be ran by executing `zig build run-triangle` in vulkan-zig's root.
|
||||
|
||||
## See also
|
||||
* (Outdated) implementation of https://vulkan-triangle.org using translate-c: https://github.com/andrewrk/zig-vulkan-triangle.
|
||||
* (Outdated) implementation of https://vulkan-tutorial.org using translate-c: https://github.com/andrewrk/zig-vulkan-triangle.
|
||||
* Alternative binding generator: https://github.com/SpexGuy/Zig-Vulkan-Headers
|
||||
|
||||
Reference in New Issue
Block a user