 | 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
Syntaxpublic 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
RemarksThis function has to be called once prior doing anything else.
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also