www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx9_Graphics_Library v1.00 Component Reference
|
|
[ TDx9_Graphics_Library::TD3DDevInfo_D3DVertexStats ]
[ next: TD3DDevInfo_ResourceManager ]
[ prev: TD3DColorValue ]
class TD3DDevInfo_D3DVertexStats : public TComponent
class PACKAGE TD3DDevInfo_D3DVertexStats : public TComponent
class type : Wrapper
TD3DDEVINFO_D3DVERTEXSTATS
[ component ]
- Description
The TD3DDevInfo_D3DVertexStats component wraps the DirectX D3DDEVINFO_D3DVERTEXSTATS structure which reports triangle processing and clipping activity by the runtime's software vertex processing.
This component is used to hold return data when a vertex stats query is processed and data retrieved with this component referenced by the Data member of TDx9_3DQuery::GetData(). Vertex stats are only available in debug mode and the implicit begin point is when TDx9_3DDevice::Present() is called.
The reported numbers represent the number of non clipped and clipped primitives for a particular scene. Clipping is typically based on a guard band if one is present.
Guard band settings are found in the TD3DCaps component.
- Properties
- Methods
- Events
- SeeAlso
- Top
If you would like to submit additions or improvements to this page, click: [email protected].
|
|