Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get an array element.
Syntax
ID3D10EffectVariable * GetElement(
[in] UINT Index
);
Parameters
[in] Index
Type: UINT
A zero-based index; otherwise 0.
Return value
Type: ID3D10EffectVariable*
A pointer to an ID3D10EffectVariable Interface.
Remarks
If the effect variable is an array, use this method to return one of the elements.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |