Hardware 3D (C++ DirectX Graphics) Tutorial 15

From Chilipedia
Revision as of 00:32, 7 March 2019 by Chili (Talk | contribs) (Topics Covered)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Smart pointers make everything better. There is a smart pointer for COM interfaces called ComPtr. We are going to use the fuck out of this beautiful bastard.

Topics Covered

  • ComPtr vs. unique_ptr
  • operator& overload surprise
  • GetAddressOf

Video Timestamp Index

Tutorial 15

Source Code

See also