Hardware 3D (C++ DirectX Graphics) Tutorial 10
From Chilipedia
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
vsGetMessage
-
ProcessMessages
withstd::optional
return