| 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
)
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:
RenderContextThe created Gpu affinity OpenGL context.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also