Fix README typo
This commit is contained in:
parent
fb45d1f741
commit
1dd3b5a509
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ Uses input attachments to read framebuffer contents from a previous sub pass at
|
||||||
|
|
||||||
#### [13 - Sub passes](examples/subpasses/)
|
#### [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/)
|
#### [14 - Offscreen rendering](examples/offscreen/)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue