Hardware 3D (C++ DirectX Graphics) Tutorial 44
From Chilipedia
Revision as of 15:54, 1 February 2020 by Chili (Talk | contribs) (Created page with "First of two videos where we upgrade our current system with stuff we've been developing up until now (dynamic vertex/constant and Job/Pass). This video gets started by laying...")
First of two videos where we upgrade our current system with stuff we've been developing up until now (dynamic vertex/constant and Job/Pass). This video gets started by laying down the idea of a dynamic probe for constant buffers in Techniques and improving our dynamic vertex buffer code with a neat metaprogramming technique.
Topics Covered
- "Visitor" Probe Pattern
- Static Metaprogramming "Bridge" Function