Package org.lwjgl.egl
Class NVDeviceCUDA
- java.lang.Object
-
- org.lwjgl.egl.NVDeviceCUDA
-
public final class NVDeviceCUDA extends java.lang.Object
Native bindings to the NV_device_cuda extension.EGL and CUDA both have the capability to drive multiple devices, such as GPUs, within a single system. To interoperate with one another, both APIs must have compatible notions of such devices. This extension defines a mapping from an EGL device to a CUDA device enumerant.
Requires
EXT_device_base
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_CUDA_DEVICE_NV
-
-
-
Field Detail
-
EGL_CUDA_DEVICE_NV
public static final int EGL_CUDA_DEVICE_NV
- See Also:
- Constant Field Values
-
-