From 8dc9a2044b329ff2a196fe83a2a7b700ee890bd2 Mon Sep 17 00:00:00 2001 From: Spencer Date: Mon, 23 Oct 2017 23:33:39 -0500 Subject: [PATCH] fix in README Rendering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e8b1f..1a1027c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Vulkan depth peel demo -Demonstrates order independent transparency on Vulkan using depth peeling. This code accompanies the blog post [Depth Peeling Order Independent Transparency in Vulkan] (https://matthewwellings.com/blog/depth-peeling-order-independent-transparency-in-vulkan/). +Demonstrates order independent transparency on Vulkan using depth peeling. This code accompanies the blog post [Depth Peeling Order Independent Transparency in Vulkan](https://matthewwellings.com/blog/depth-peeling-order-independent-transparency-in-vulkan/). This demo will run on Linux (XCB) and Android. It makes use of subpasses, input attachments and reusable command buffers.