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

From Chilipedia
Revision as of 23:55, 9 March 2019 by Chili (Talk | contribs) (Created page with "Who knew it took so much goddamn code to draw a single freaking triangle? == Topics Covered == === Part 1 === * Draw Command * Vertex Buffer * Vertex Shader == Video Timesta...")

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

Who knew it took so much goddamn code to draw a single freaking triangle?

Topics Covered

Part 1

  • Draw Command
  • Vertex Buffer
  • Vertex Shader

Video Timestamp Index

Tutorial 16.1

Source Code

See also