D3DXFUNCTION_DESC structure
Describes a function used by an effect.
Syntax
typedef struct D3DXFUNCTION_DESC {
LPCSTR Name;
UINT Annotations;
} D3DXFUNCTION_DESC, *LPD3DXFUNCTION_DESC;
Members
-
Name
-
Type: LPCSTR
-
Function name.
-
Annotations
-
Type: UINT
-
Unused. This member will always be set to zero by GetFunctionDesc.
Requirements
Requirement | Value |
---|---|
Header |
|
See also