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

From Chilipedia
Revision as of 19:18, 3 February 2019 by Chili (Talk | contribs) (Video Timestamp Index)

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

We create a small App class which will act as the top level of our application object, owning the main window and top level game constructs.

Topics Covered

  • App class
  • PeekMessage vs GetMessage
  • ProcessMessages with std::optional return

Video Timestamp Index

Tutorial 10

Source Code

See also