Click or drag to resize
SoGLFormatSetSoftwareRendererRequired Method

Specified that a software renderer is required for this format.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public void SetSoftwareRendererRequired(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

This option is set to false by default. If this option is set to true it overrides OIV.Inventor.Devices.SoGLFormat.SetAccelerationRequired(System.Boolean). Note: This method is only implemented on Microsoft platforms in order to use the generic renderer provided by Microsoft. Note: This option is currently checked only by the QtViewer classes (to switch on or off direct rendering).

See Also