Hardware 3D (C++ DirectX Graphics) Tutorial 48
From Chilipedia
We look at a render graph system for creating smart Pass objects that encapsulate and automate the different render passes in our scene, and for defining the connection between those passes and compiling them into a single render graph. Very THICC video.
Topics Covered
- Overview of render graph and why this system is needed
-
Pass
classes and the pass hierarchy -
Sink
andSource
-
RenderGraph
base class and usage - Changes to
Step
- Distinction between Buffer
Sink
/Source
and BindableSink
/Source
-
ContainerBindableSink