SoShaderProgramgeometryOutputType Property |
Specifies the output primitive type of the current geometry shader if any (not used otherwise).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoShaderProgramGeometryOutputTypes> geometryOutputType { get; }
Public ReadOnly Property geometryOutputType As SoSFEnum(Of SoShaderProgramGeometryOutputTypes)
Get
public:
property SoSFEnum<SoShaderProgramGeometryOutputTypes>^ geometryOutputType {
SoSFEnum<SoShaderProgramGeometryOutputTypes>^ get ();
}
member geometryOutputType : SoSFEnum<SoShaderProgramGeometryOutputTypes> with get
Property Value
Type:
SoSFEnumSoShaderProgramGeometryOutputTypesRemarks See Also