ID3DXBaseEffect::GetTechnique

Gets the handle of a technique.

D3DXHANDLE GetTechnique(
  UINT Index
);

Parameters

Index
[in] Technique index.

Return Values

Returns the handle of the specified technique, or NULL if the index was invalid. See Handles.

Requirements

Header: Declared in D3dx9shader.h.