]> git.notmuchmail.org Git - apitrace/commitdiff
d3dretrace: Replay IUnknown::AddRef/Release methods faithfully.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 19 Feb 2013 13:28:24 +0000 (13:28 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 22 Feb 2013 09:59:03 +0000 (09:59 +0000)
Several D3D APIs (especially recent ones) keep track of reference counts
and will ensure errors if reference counting is not properly done.

For example, IDXGISwapChain::ResizeBuffers will fail if there are
outstanding references to its buffers.


No differences found