| RenderCreateFromCurrentContext Method |
Create a shared OpenGL context between the current OpenGL context and the initial Workshop OpenGL context.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderContext CreateFromCurrentContext(
License license
)
public:
RenderContext^ CreateFromCurrentContext(
License^ license
)
Parameters
- license
- Type: Lumiscaphe.Workshop.InteropLicense
The license used to activate the SDK.
Return Value
Type:
RenderContextThe created shared OpenGL context between the current OpenGL context and the initial Workshop OpenGL context.
Exceptions Remarks This function has to be called once prior doing anything else.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also