Package org.lwjgl.egl

Class NVDeviceCUDA

java.lang.Object
org.lwjgl.egl.NVDeviceCUDA

public final class NVDeviceCUDA extends 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 Details