| Microsoft DirectX 8.1 (C++) |
Describes a parameter used for an effect object.
typedef struct _D3DXPARAMETER_DESC
{
LPCSTR Name;
LPCSTR Index;
D3DXPARAMETERTYPE Type;
} D3DXPARAMETER_DESC;
Header: Declared in D3dx8effect.h.