Click or drag to resize
SoGLContext Constructor (SoGLContext, Boolean)

Constructor which creates an OIV.Inventor.Devices.SoGLContext based on the attributes of the specified context.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public SoGLContext(
	SoGLContext context,
	bool shared
)

Parameters

context
Type: OIV.Inventor.DevicesSoGLContext
shared
Type: SystemBoolean
Remarks

If shared is true then the created OpenGL context will be shared with the given context, depending on the current SharedGroupPolicy.

See Also