SoGLContext Constructor (SoGLContext, Boolean) |
Constructor which creates an SoGLContext based on the attributes of the specified context.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoGLContext(
SoGLContext context,
bool shared
)
Public Sub New (
context As SoGLContext,
shared As Boolean
)
public:
SoGLContext(
SoGLContext^ context,
bool shared
)
new :
context : SoGLContext *
shared : bool -> SoGLContext
Parameters
- context
- Type: OIV.Inventor.DevicesSoGLContext
- shared
- Type: SystemBoolean
RemarksIf shared is true then the created OpenGL context will be shared with the given context, depending on the current SharedGroupPolicy.
See Also