Descripton of OIT sample
This commit is contained in:
parent
2083a9839c
commit
38ba5e6f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ Capturing and saving an image after a scene has been rendered using blits to cop
|
|||
|
||||
#### [08 - Order Independent Transparency](examples/oit)
|
||||
|
||||
Implements order independent transparency based on the linked list. This example use the storage buffer, the image load and store operations and atomic operations.
|
||||
Implements order independent transparency based on linked lists. To achieve this, the sample uses storage buffers in combination with image load and store atomic operations in the fragment shader.
|
||||
|
||||
### <a name="Performance"></a> Performance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue