Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DDEVINFO_TEXTURING'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
D3DDEVINFO_TEXTURING
[ TDx_3DI_Library ]
[ next: D3DDP PTRSTRIDE ]
[ prev: D3DDEVINFO TEXTUREMANAGER ]
The definition of the internal DirectX D3DDEVINFO_TEXTURING object is as follows:
struct D3DDEVINFO_TEXTURING {
DWORD dwNumLoads;
DWORD dwApproxBytesLoaded;
DWORD dwNumPreLoads;
DWORD dwNumSet;
DWORD dwNumCreates;
DWORD dwNumDestroys;
DWORD dwNumSetPriorities;
DWORD dwNumSetLODs;
DWORD dwNumLocks;
DWORD dwNumGetDCs;
};
|
|