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