Click or drag to resize

RenderCreateGpuAffinityContext Method

Create a OpenGL Gpu affinity context.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderContext CreateGpuAffinityContext(
	int gpuIndex,
	bool stereo
)

Parameters

gpuIndex
Type: SystemInt32
Index of the gpu.
stereo
Type: SystemBoolean
if set to true [stereo] rendering support is activated.

Return Value

Type: RenderContext
The created Gpu affinity OpenGL context.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionIsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also