SoShaderProgrammaxGeometryOutputVertices Property |
Set the maximum number of vertices the geometry shader will emit in one invocation.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFInt32 maxGeometryOutputVertices { get; }
Public ReadOnly Property maxGeometryOutputVertices As SoSFInt32
Get
public:
property SoSFInt32^ maxGeometryOutputVertices {
SoSFInt32^ get ();
}
member maxGeometryOutputVertices : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks Default is -1 which means it is set to the hardware limit.
Note |
---|
Field available since Open Inventor 8.1 |
See Also