Skip to content

Commit aaf323b

Browse files
Added Tutorial 29 to readme
1 parent 009c0d5 commit aaf323b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ descriptions (compile shaders for target platforms, define internal resource lay
997997
| [26 - Render State Cache](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial26_StateCache) <br /><br /> [:arrow_forward: Run](https://diligentgraphics.github.io/wasm-modules/Tutorial26_StateCache/Tutorial26_StateCache.html) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial26_StateCache/Screenshot.jpg) | This tutorial expands the path tracing technique implemented in previous tutorial and demonstrates how to use the render state cache to save pipeline states created at run time and load them when the application starts. |
998998
| [27 - Post-Processing](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial27_PostProcessing) <br /><br /> [:arrow_forward: Run](https://diligentgraphics.github.io/wasm-modules/Tutorial27_PostProcessing/Tutorial27_PostProcessing.html) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial27_PostProcessing/Screenshot.jpg) | This tutorial demonstrates how to use post-processing effects from the DiligentFX module. |
999999
| [28 - OpenXR](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial28_HelloOpenXR) | | This tutorial demonstrates how to use Diligent Engine with OpenXR API to render a simple scene in a VR headset. |
1000+
| [29 - OIT](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial29_OIT) <br /><br /> [:arrow_forward: Run](https://diligentgraphics.github.io/wasm-modules/Tutorial29_OIT/Tutorial29_OIT.html) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial29_OIT/Animation_Small.gif) | This tutorial demonstrates how to implement order-independent transparency (OIT) methods to render transparent objects without sorting. |
10001001

10011002
<a name="samples"></a>
10021003
# [Samples](https://github.com/DiligentGraphics/DiligentSamples)

0 commit comments

Comments
 (0)