www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_3DI_Library v1.90 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: [email protected].
|
|