Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DI_Library::TD3DDevInfo_TextureManager ]
[ next: TD3DDevInfo_Texturing ]
[ prev: TD3DDP_PtrStride ]
class TD3DDevInfo_TextureManager : public TComponent
class PACKAGE TD3DDevInfo_TextureManager : public TComponent
class type : Wrapper
TD3DDEVINFO_TEXTUREMANAGER
[ component ]
- Description
The TD3DDevInfo_TextureManager component wraps the DirectX D3DDEVINFO_TEXTUREMANAGER structure which describes the status of the texture manager.
This component is used in the TDx_3DDevice::GetInfo() method to report the current state of the texture manager.
Statistics on the numbers of textures and the amount of memory being used by them are available.
In particular, NumUsedTexInVid and NumTexturesUsed can be used to calculate the percentage of textures in the last frame that were resident in video memory.
ie: Percentage = (NumUsedTexInVid * 100) / NumTexturesUsed
- Properties
- Methods
- Events
- SeeAlso
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|