]> git.cworth.org Git - apitrace/commit - specs/stdapi.py
Allow basic specification of polymorphic types.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 13 Oct 2011 08:52:52 +0000 (09:52 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 13 Oct 2011 08:52:52 +0000 (09:52 +0100)
commit16d46dde420c537783ac19821abc8dfc54451cef
tree7c3694f0b263e3496ed1859ef73ad1d7b2af169a
parente3571090ed6c62ba63507dcbd143980f1c3a707a
Allow basic specification of polymorphic types.

Unfortunately quite common in GL/D3D APIs.  And this will help hanlding
better without less hand written code.

Just D3D9 for now as guinea pig.
specs/d3d9.py
specs/d3d9types.py
specs/stdapi.py
trace.py