Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 48"

From Chilipedia
Jump to: navigation, search
(Topics Covered)
(Video Timestamp Index)
Line 11: Line 11:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/DtuuAw1GS9M Tutorial 48]
+
* [https://youtu.be/FNtMryLkQ5U Tutorial 48]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 19:56, 29 March 2020

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

Video Timestamp Index

Source Code

See also