This document is archived and information here might be outdated. Recommended version. |
Adds the IShader at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal IShaderParam As IShader _ )
[C#] public void Insert ( int Index, IShader IShaderParam );
[C++]
HRESULT Insert(
long Index,
IShader* IShaderParam
);
[C++] Parameters Index [in]
Index is a parameter of type long IShaderParam [in]
IShaderParam is a parameter of type IShader*