You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ List of tutorials in this SDK
19
19
|[MaterialX Demo](26_materialx)|| Radeon ProRender is compatible with MaterialX. This tutorial demonstrates how to use it. |
20
20
|[Cutting Planes](27_cutplanes)|| This demos shows how to add Cutting planes (also called Clipping plane). |
21
21
|[Tiled Render](30_tiled_render)|| This demo illustrates how to break down the framebuffer into smaller render regions (tiles) |
22
-
|[Framebuffer access](31_framebuffer_access)|| Here we demonstrate usage of rprFrameBufferGetInfo: We can access the image data of a frame buffer. In this demo, we use the data of a first rendering and use it as an input texture for a second rendering. |
22
+
|[Framebuffer access](31_framebuffer_access)|| Here we demonstrate usage of rprFrameBufferGetInfo: We can access the image data of a frame buffer. In this demo, we use the data of a first rendering and use it as an input texture for a second rendering. It also contains an example of DeepEXR framebuffer export. |
23
23
|[OpenGL interop](32_gl_interop)|| Demo covering an RPR rendering inside an OpenGL app. |
24
24
|[AOVs](33_aov)|| This demo covers AOV (Arbitrary Output Variables), providing way to render different material component - mostly used for scene debugging. |
25
25
|[Curves](50_curve)|| Demo covering Curves rendering. Curves are often used for hair rendering. |
0 commit comments