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