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

From Chilipedia
Jump to: navigation, search

Introduction of a huge game-changer. The render queue system is going to allow us to decouple the concern of traversing the scene graph from the concern of issuing rending commands, making it easier and more efficient to group draw calls as required by effect, easier to optimize render commands, and easier to execute rendering on concurrent threads.

Topics Covered

  • Render Queue System
    • Pass
    • Job
    • Technique
    • Step
    • FrameCommander
  • Bindable Cloning

Video Timestamp Index

Source Code

See also