D3DDEVINFO_D3D9STAGETIMINGS
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DDEVINFO_D3D9STAGETIMINGS Structure


Percent of time processing shader data.

Syntax

typedef struct _D3DDEVINFO_D3D9STAGETIMINGS {
    FLOAT MemoryProcessingPercent;
    FLOAT ComputationProcessingPercent;
} D3DDEVINFO_D3D9STAGETIMINGS;

Members

MemoryProcessingPercent
Percent of time in shader spent on memory accesses.
ComputationProcessingPercent
Percent of time processing (moving data around in registers or doing mathematical operations).

Remarks

For best performance, a balanced load is recommended.

Structure Information

Headerd3d9types.h
Minimum operating systems Windows 98

See Also

IDirect3DQuery9::GetData


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.