Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 10"

From Chilipedia
Jump to: navigation, search
(Created page with "We create a small <code>App</code> class which will act as the top level of our application object, owning the main window and top level game constructs. == Topics Covered ==...")
 
(Video Timestamp Index)
 
Line 7: Line 7:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/JZXiqf6NqBE Tutorial 10]
+
[https://youtu.be/zZZoqEcMfwQ Tutorial 10]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 19:18, 3 February 2019

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