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

From Chilipedia
Jump to: navigation, search
(Topics Covered)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
== Topics Covered ==
 
== Topics Covered ==
 
* dxerr replacement code
 
* dxerr replacement code
* DXGIInfo Debug Layer
+
* Direct3D Device Debug Layer
 +
* <code>IDXGIInfoQueue</code>
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==

Latest revision as of 18:59, 2 March 2019

Error reporting and rich diagnostics. These are what separate a professional engineer's approach to tackling a new API from the finger-up-butting of an amateur.

Topics Covered

  • dxerr replacement code
  • Direct3D Device Debug Layer
  • IDXGIInfoQueue

Video Timestamp Index

Tutorial 14

Source Code

See also