Click or drag to resize
SoShaderProgramSetTessellationEvaluationShader Method (Int32, String, SoShaderObjectSourceTypes)

Convenience method to create a tessellation evaluation shader with the specified filename and add it at the specified position.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual SoTessellationEvaluationShader SetTessellationEvaluationShader(
	int pos,
	string filenameOrSource,
	SoShaderObjectSourceTypes sourceType
)

Parameters

pos
Type: SystemInt32
filenameOrSource
Type: SystemString
sourceType
Type: OIV.Inventor.NodesSoShaderObjectSourceTypes

Return Value

Type: SoTessellationEvaluationShader
Remarks

Return value is the new tessellation evaluation shader.

See Also