From 38ba5e6f3e535ffa6cbf28df4884ac3982db6583 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Fri, 21 Aug 2020 10:21:59 +0200 Subject: [PATCH] Descripton of OIT sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb532fad..933cecae 100644 --- a/README.md +++ b/README.md @@ -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. ### Performance