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

From Chilipedia
Revision as of 23:29, 22 March 2019 by Chili (Talk | contribs) (Created page with "In this video we get a little more familiar with the rendering pipeline as we fiddle with the various settings and try all sorts of variations out. == Topics Covered == * Lin...")

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

In this video we get a little more familiar with the rendering pipeline as we fiddle with the various settings and try all sorts of variations out.

Topics Covered

  • Line list and line strip primitive topologies
  • Adding vertex attributes (vertex color)
  • Indexed drawing
  • Adjusting the viewport

Video Timestamp Index

Tutorial 17

Source Code

See also