]> git.cworth.org Git - apitrace/commit
d3dretrace: Prevent ScopedAllocator::alloc<D3DPRESENT_PARAMETERS> clash.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 26 Nov 2012 19:45:54 +0000 (19:45 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Mon, 26 Nov 2012 19:45:54 +0000 (19:45 +0000)
commitb080de4420648a49acad4950868522075c6f84c8
tree1ddf512b4316760534ad9a387bb85e5305ef4808
parentd1623a2829191e6837d89bc2022ee1495f3d5aee
d3dretrace: Prevent ScopedAllocator::alloc<D3DPRESENT_PARAMETERS> clash.

D3D8 and D3D9 have different definitions of the D3DPRESENT_PARAMETERS.
This happens with other types, so the only solution is to stop using
templates here.
retrace/retrace.hpp
retrace/retrace.py