From e99518e3c97bb78cffbc28a5771694a745f8a5f3 Mon Sep 17 00:00:00 2001 From: Alex Gaines Date: Sat, 20 Feb 2016 01:10:03 -0500 Subject: [PATCH] Added triangle link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4974171a..c5da3a0e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The examples are build against **API Version 1.0.3** and support **implementatio ## Examples -## Triangle +## [Triangle](https://github.com/roboman2444/Vulkan/tree/master/triangle) Most basic example. Renders a colored triangle using an indexed vertex buffer, only one pipeline with very simple shaders. Uses a single uniform buffer for the matrices.