From 1dd3b5a5092f42b9528993112878c5acd06a515f Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Wed, 5 Feb 2020 14:59:14 +0100 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7f2837..58c221c8 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Uses input attachments to read framebuffer contents from a previous sub pass at #### [13 - Sub passes](examples/subpasses/) -Advanced example that sses sub passes and input attachments to write and read back data from framebuffer attachments (same location only) in single render pass. This is used to implement deferred render composition with added forward transparency in a single pass. +Advanced example that uses sub passes and input attachments to write and read back data from framebuffer attachments (same location only) in single render pass. This is used to implement deferred render composition with added forward transparency in a single pass. #### [14 - Offscreen rendering](examples/offscreen/)