Fix README typo

This commit is contained in:
Petr Kraus 2020-02-05 14:59:14 +01:00 committed by GitHub
parent fb45d1f741
commit 1dd3b5a509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/)