SoShaderProgramElement.Get Method |
Gets the current shader program in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void Get(
SoState state,
out SoShaderProgram name_21346
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef name_21346 As SoShaderProgram
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoShaderProgram^% name_21346
)
static member Get :
state : SoState *
name_21346 : SoShaderProgram byref -> unit
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- name_21346
- Type: OIV.Inventor.Nodes.SoShaderProgram
Remarks
See Also