2

My understanding was since D3D is using COM, the answer is yes. But in the Ogre rendering engine, it appears this is never called. Is this fine or an oversight - if so could it have some actual consequences?

Mr. Boy
  • 60,845
  • 93
  • 320
  • 589

1 Answers1

1

It is not. You don't use CoCreateInstance(), the interface types are not declared in IDL, you have to link to a .lib

Hans Passant
  • 922,412
  • 146
  • 1,693
  • 2,536