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

From Chilipedia
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