| RenderCreateWindowContext Method |
Creates a OpenGL context attached to a window handle.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderContext CreateWindowContext(
IntPtr windowHandle,
bool stereo
)
public:
RenderContext^ CreateWindowContext(
IntPtr windowHandle,
bool stereo
)
Parameters
- windowHandle
- Type: SystemIntPtr
The window handle to attached the OpenGL context to. - stereo
- Type: SystemBoolean
if set to true [stereo] rendering support is activated.
Return Value
Type:
RenderContextThe created OpenGL context attached to the window handle.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also