From eb53aa1e6882af7d791264d53eac98b9bfb1143d Mon Sep 17 00:00:00 2001 From: dolphineye Date: Sun, 24 Feb 2019 16:09:31 +0100 Subject: Update readme for tutorial 12 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e928d75..9133d1f 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Please refer to [this page](https://github.com/DiligentGraphics/DiligentCore#api | [09 - Quads](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial09_Quads) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial09_Quads/Screenshot.png) | This tutorial shows how to render multiple 2D quads, frequently swithcing textures and blend modes. | | [10 - Data Streaming](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial10_DataStreaming) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial10_DataStreaming/Screenshot.png) | This tutorial shows dynamic buffer mapping strategy using `MAP_FLAG_DISCARD` and `MAP_FLAG_DO_NOT_SYNCHRONIZE` flags to efficiently stream varying amounts of data to GPU. | | [11 - Resource Updates](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial11_ResourceUpdates) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial11_ResourceUpdates/Screenshot.png) | This tutorial demonstrates different ways to update buffers and textures in Diligent Engine and explains important internal details and performance implications related to each method. | +| [12 - Render Target](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial12_RenderTarget) | ![](https://github.com/DiligentGraphics/DiligentSamples/blob/master/Tutorials/Tutorial12_RenderTarget/Screenshot.png) | This tutorial demonstrates how to render a 3d cube into an offscreen render target This tutorial demonstrates how to render a 3d cube into an offscreen render target and do a simple fish-eye post-processing effect. | -- cgit v1.2.3 From 7d8d185498aa38ff96c771f9825ba1717f900cf6 Mon Sep 17 00:00:00 2001 From: dolphineye Date: Sun, 24 Feb 2019 16:18:22 +0100 Subject: Update samples for tutorial 12 --- DiligentSamples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiligentSamples b/DiligentSamples index 364c244..d1bb328 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 364c2440d03431268330212605fa364e16727b90 +Subproject commit d1bb328edca04cda8aff77bf525e734b0016e4d9 -- cgit v1.2.3