estructura de D3DXFUNCTION_DESC

Describe una función usada por un efecto.

Sintaxis

typedef struct D3DXFUNCTION_DESC {
  LPCSTR Name;
  UINT   Annotations;
} D3DXFUNCTION_DESC, *LPD3DXFUNCTION_DESC;

Miembros

Nombre

Tipo: LPCSTR

Nombre de la función.

Anotaciones

Tipo: UINT

Sin usar. Este miembro siempre se establecerá en cero por GetFunctionDesc.

Requisitos

Requisito Value
Encabezado
D3dx9effect.h

Consulte también

Estructuras de efecto