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

From Chilipedia
Jump to: navigation, search
(Created page with "A bit of a lighter tutorial to catch our breath. In this video we quickly go over some engine improvements / fixes, and cover a few interesting tidbits about how Direct3D work...")
 
(Video Timestamp Index)
 
Line 8: Line 8:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/FNtMryLkQ5U Tutorial 49]
+
* [https://youtu.be/JYEubmri-b0 Tutorial 49]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 20:40, 5 April 2020

A bit of a lighter tutorial to catch our breath. In this video we quickly go over some engine improvements / fixes, and cover a few interesting tidbits about how Direct3D works, including a crucial detail of InputLayout.

Topics Covered

  • Ability to persist the contents of a RenderTarget to disk as an image file
  • Input layouts created with identical element descriptor arrays are not necessarily interchangeable
  • Optional compiler warning to flag missing virtual destructors
  • Other sundry fixes / enhancements

Video Timestamp Index

Source Code

See also