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