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

From Chilipedia
Jump to: navigation, search
(Created page with "Before diving straight into the Direct3D 11 code, we take a video and look at the overall object architecture of D3D, the process of initializing the core objects, and some sp...")
 
(Video Timestamp Index)
 
Line 10: Line 10:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/Ut5zYcDKGwk Tutorial 12]
+
[https://youtu.be/bMxNN9dO4cI Tutorial 12]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 19:23, 16 February 2019

Before diving straight into the Direct3D 11 code, we take a video and look at the overall object architecture of D3D, the process of initializing the core objects, and some specific concepts such as the swap chain and feature level vs. API version.

Topics Covered

  • Direct3D Device
  • Resource, State, and View ojects
  • Swap chain and double buffering
  • DXGI API vs. Direct3D API
  • Feature level vs. API version
  • Direct3D Context

Video Timestamp Index

Tutorial 12

Source Code

See also