Click or drag to resize
SoOffscreenRendererSetPbufferEnable Method

Specifies if a Pbuffer may be used for rendering.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetPbufferEnable(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

Pbuffers are a limited resource. If an application is using multiple offscreen renderers, it may better to use normal pixmap rendering for some of them. Must be called before the first call to render(). Default is true.

See Also