Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ID3D10EffectVariable::GetElement method (d3d10effect.h)
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 |
See also
Feedback
Was this page helpful?
