From d28f357c40798862b89039ece98e25dd993c8f00 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 19 Mar 2016 00:55:19 +0000 Subject: [PATCH] Add link to Vulkan API documents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af3f9ad..5637d71e 100644 --- a/README.md +++ b/README.md @@ -237,5 +237,6 @@ Please note that (some) models and textures use separate licenses. Please comply ## External resources - [LunarG Vulkan SDK](https://vulkan.lunarg.com) - [Official list of Vulkan resources](https://www.khronos.org/vulkan/resources) +- [Vulkan API specifications](https://www.khronos.org/registry/vulkan/specs/1.0/apispec.html) ([quick reference cards](https://www.khronos.org/registry/vulkan/specs/1.0/refguide/Vulkan-1.0-web.pdf)) - [SPIR-V specifications](https://www.khronos.org/registry/spir-v/specs/1.0/SPIRV.html) - [My personal view on Vulkan (as a hobby developer)](http://www.saschawillems.de/?p=1886)