SoVertexShaderParameterElementGetVertexAttribs Method |
Returns the current list of vertex attribs nodes from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoNodeList GetVertexAttribs(
SoState state
)
Public Shared Function GetVertexAttribs (
state As SoState
) As SoNodeList
public:
static SoNodeList^ GetVertexAttribs(
SoState^ state
)
static member GetVertexAttribs :
state : SoState -> SoNodeList
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoNodeListRemarks See Also