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

From Chilipedia
Revision as of 16:24, 15 June 2019 by Chili (Talk | contribs) (Created page with "This video is a bit of a diversion from the graphics stuff to do a little bit of experimentation and brainstorming with data structure and meta-programming. The goal is to rep...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This video is a bit of a diversion from the graphics stuff to do a little bit of experimentation and brainstorming with data structure and meta-programming. The goal is to replace the functionality of what you can do with the struct keyword at compile time with a system that does the same things, but at runtime, and with reflection capabilities.

Topics Covered

  • Dynamic Vertex Buffer
  • Proxy view objects
  • Template recursion parameter pack processing
  • Template specialization map technique

Video Timestamp Index

Source Code

See also