Hardware 3D (C++ DirectX Graphics) Tutorial 48

From Chilipedia
Jump to: navigation, search

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 and Source
  • RenderGraph base class and usage
  • Changes to Step
  • Distinction between Buffer Sink/Source and Bindable Sink/Source
  • ContainerBindableSink
  • Wishlist of future render graph system features

Video Timestamp Index

Source Code

See also