Skip to content

Commit 99659db

Browse files
authored
Add link to Go port of the code (fixes #298)
1 parent 2f5a425 commit 99659db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
"LunarG Vulkan SDK": "https://lunarg.com/vulkan-sdk/",
2424
"Vulkan Guide": "https://github.com/KhronosGroup/Vulkan-Guide",
2525
"Vulkan Hardware Database": "https://vulkan.gpuinfo.org/",
26-
"Tutorial for Rust": "https://github.com/bwasty/vulkan-tutorial-rs",
27-
"Tutorial for Java": "https://github.com/Naitsirc98/Vulkan-Tutorial-Java",
26+
"Rust code": "https://github.com/bwasty/vulkan-tutorial-rs",
27+
"Java code": "https://github.com/Naitsirc98/Vulkan-Tutorial-Java",
28+
"Go code": "https://github.com/vkngwrapper/vulkan-tutorial",
2829
"Visual Studio 2019 samples": "https://github.com/jjYBdx4IL/VulkanTutorial-VisualStudioProjectFiles"
2930
}
3031
},

0 commit comments

Comments
 (0)