ID3DXBaseEffect::GetTechnique method
Gets the handle of a technique.
Syntax
D3DXHANDLE GetTechnique(
[in] UINT Index
);
Parameters
-
Index [in]
-
Type: UINT
Technique index.
Return value
Type: D3DXHANDLE
Returns the handle of the specified technique, or NULL if the index was invalid. See Handles (Direct3D 9).
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also