Report Direct3D memory usage

Posted by Jazz on Stack Overflow See other posts from Stack Overflow or by Jazz
Published on 2009-01-09T11:06:54Z Indexed on 2010/05/05 10:08 UTC
Read the original article Hit count: 377

Filed under:
|
|
|

I have a Direct3D 9 application and I would like to monitor the memory usage. Is there a tool to know how much system and video memory is used by Direct3D? Ideally, it would also report how much is allocated for textures, vertex buffers, index buffers...

© Stack Overflow or respective owner

Related posts about direct3d

Related posts about Windows