Class GLXNVMultiGPUContext
This extension allows the creation of an OpenGL context in a multi-GPU environment with a specified multi-GPU strategy (known as SLI mode) which takes precedence over process-wide multi-GPU mode settings.
The multi-GPU mode denotes vendor specific techniques to allow distributed rendering on multiple GPUs, further called AFR (alternate frame rendering) and Multicast (as defined in NV_gpu_multicast).
OpenGL supports multiple contexts. The semantics of switching contexts is generally left to window system binding APIs such as WGL, GLX and EGL. The
extension GLX_NV_multigpu_context allows to specify a preferred multi-GPU rendering mode per context, thus context switching can also switch
the current multi-GPU rendering mode.
In addition to the modes described above, this extension allows creating contexts in single mode to force all rendering to be done on a single GPU, and multi-display multicast mode to allow multicast rendering on a multi-display configuration where displays attached to multiple GPUs are linked together in a desktop configuration spanning multiple GPUs.
The implementation is platform dependent and the actual multi-GPU rendering mode of the created context may vary on different hardware and operation system platforms.
Requires GLX14 and GLX_ARB_create_context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB.static final intAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB. -
Method Summary
-
Field Details
-
GLX_CONTEXT_MULTIGPU_ATTRIB_NV
public static final int GLX_CONTEXT_MULTIGPU_ATTRIB_NVAccepted as an attribute name in the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_MULTIGPU_ATTRIB_SINGLE_NV
public static final int GLX_CONTEXT_MULTIGPU_ATTRIB_SINGLE_NVAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_MULTIGPU_ATTRIB_AFR_NV
public static final int GLX_CONTEXT_MULTIGPU_ATTRIB_AFR_NVAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_MULTIGPU_ATTRIB_MULTICAST_NV
public static final int GLX_CONTEXT_MULTIGPU_ATTRIB_MULTICAST_NVAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-
GLX_CONTEXT_MULTIGPU_ATTRIB_MULTI_DISPLAY_MULTICAST_NV
public static final int GLX_CONTEXT_MULTIGPU_ATTRIB_MULTI_DISPLAY_MULTICAST_NVAccepted as an attribute value forCONTEXT_MULTIGPU_ATTRIB_NVin the*attrib_listargument toCreateContextAttribsARB.- See Also:
-