SoShaderProgramGetTessellationEvaluationShader Method |
Returns the tessellation evaluation shader at the specified position.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoTessellationEvaluationShader GetTessellationEvaluationShader(
int pos
)
Public Function GetTessellationEvaluationShader (
pos As Integer
) As SoTessellationEvaluationShader
public:
SoTessellationEvaluationShader^ GetTessellationEvaluationShader(
int pos
)
member GetTessellationEvaluationShader :
pos : int -> SoTessellationEvaluationShader
Parameters
- pos
- Type: SystemInt32
Return Value
Type:
SoTessellationEvaluationShaderRemarks See Also