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

From Chilipedia
Jump to: navigation, search
(Topics Covered)
(Video Timestamp Index)
Line 7: Line 7:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/1ufYQA8dex0 Tutorial 6]
+
[https://youtu.be/D-PC-huX-l8 Tutorial 6]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 21:35, 11 January 2019

In this video I go over the construction of our Window class framework. Of special interest is the mechanism by which a member function is hooked into the Windows message handling system via a static thunking function.

Topics Covered

  • Windows.h configuration switch macros
  • Window Class registration system WindowClass
  • 2-Stage WindProc Thunking System

Video Timestamp Index

Tutorial 6

Source Code

See also