SoShaderProgramGetTessellationControlShader Method |
Returns the tessellation control shader at the specified position.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoTessellationControlShader GetTessellationControlShader(
int pos
)
Public Function GetTessellationControlShader (
pos As Integer
) As SoTessellationControlShader
public:
SoTessellationControlShader^ GetTessellationControlShader(
int pos
)
member GetTessellationControlShader :
pos : int -> SoTessellationControlShader
Parameters
- pos
- Type: SystemInt32
Return Value
Type:
SoTessellationControlShaderRemarks See Also