[Bug 41127] Art of Murder: Hunt for the Puppeteer demo needs IDirect3DBaseTexture9 interface

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 17 06:22:30 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=41127

--- Comment #6 from Henri Verbeet <hverbeet at gmail.com> ---
(In reply to Matteo Bruni from comment #2)
> to fail (i.e. game is dumb).
Not even necessarily. QueryInterface() is a legitimate way to query if a
certain object implements a certain interface, for example to test if a given
resource is a texture or something else. In particular, d3d9's surface_init()
will use it to test if the surface container is a texture.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list