D3DXPARAMETER_DESC
Describes a parameter used for an effect object.
typedef struct _D3DXPARAMETER_DESC
{
LPCSTR Name;
LPCSTR Index;
D3DXPARAMETERTYPE Type;
} D3DXPARAMETER_DESC;
Members
- Name
- Name of the parameter.
- Index
- Index value of the parameter.
- Type
- Describes the type of variable used for this parameter. This member is set to one of the flag from the D3DXPARAMETERTYPE enumerated values.
Requirements
Header: Declared in D3dx8effect.h.
See Also
ID3DXEffect::GetParameterDesc