SoVertexShaderParameterElementAdd Method |
Add to the current vertex attribs list.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Add(
SoState state,
SoVertexShaderParameter vertexAttrib
)
Public Shared Sub Add (
state As SoState,
vertexAttrib As SoVertexShaderParameter
)
public:
static void Add(
SoState^ state,
SoVertexShaderParameter^ vertexAttrib
)
static member Add :
state : SoState *
vertexAttrib : SoVertexShaderParameter -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- vertexAttrib
- Type: OIV.Inventor.NodesSoVertexShaderParameter
Remarks See Also