?/TD>
Microsoft DirectX 9.0

ID3DXBaseEffect::GetPass Method


Gets the handle of a pass.

Syntax

D3DXHANDLE GetPass(      

    D3DXHANDLE hTechnique,     UINT Index );

Parameters

hTechnique
[in] Handle of the parent technique. See Handles.
Index
[in] Index for the pass.

Return Value

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



© 2002 Microsoft Corporation. All rights reserved.