Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top