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

From Chilipedia
Revision as of 22:58, 7 February 2019 by Chili (Talk | contribs) (Created page with "Direct3D 11 is mostly interfaced with as a collection of COM (Component Object Model) objects. In this tutorial we learn about the fundamental concepts and techniques of Micro...")

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

Direct3D 11 is mostly interfaced with as a collection of COM (Component Object Model) objects. In this tutorial we learn about the fundamental concepts and techniques of Microsoft COM.

Topics Covered

  • Features of COM
  • Binary Compatibility
  • Interface Software Engineering Concept
  • Reference Counting
  • QueryInterface
  • UUID / __uuidof
  • IActiveDesktop / IShellLink / IPersistFile
  • COM / C++ Parallels

Video Timestamp Index

Tutorial 11

Source Code

See also