public class CUGL65 extends CUGL
| Modifier and Type | Class and Description |
|---|---|
static class |
CUGL65.Functions
Contains the function pointers loaded from
CU.getLibrary(). |
| Modifier and Type | Field and Description |
|---|---|
static int |
CU_GL_DEVICE_LIST_ALL
CUDA devices corresponding to an OpenGL device.
|
static int |
CU_GL_DEVICE_LIST_CURRENT_FRAME
CUDA devices corresponding to an OpenGL device.
|
static int |
CU_GL_DEVICE_LIST_NEXT_FRAME
CUDA devices corresponding to an OpenGL device.
|
CU_GL_MAP_RESOURCE_FLAGS_NONE, CU_GL_MAP_RESOURCE_FLAGS_READ_ONLY, CU_GL_MAP_RESOURCE_FLAGS_WRITE_DISCARD| Modifier and Type | Method and Description |
|---|---|
static int |
cuGLGetDevices(java.nio.IntBuffer pCudaDeviceCount,
java.nio.IntBuffer pCudaDevices,
int deviceList) |
static int |
ncuGLGetDevices(long pCudaDeviceCount,
long pCudaDevices,
int cudaDeviceCount,
int deviceList) |
cuGLCtxCreate, cuGLInit, cuGLMapBufferObject, cuGLMapBufferObjectAsync, cuGLRegisterBufferObject, cuGLSetBufferObjectMapFlags, cuGLUnmapBufferObject, cuGLUnmapBufferObjectAsync, cuGLUnregisterBufferObject, cuGraphicsGLRegisterBuffer, cuGraphicsGLRegisterImage, ncuGLCtxCreate, ncuGLMapBufferObject, ncuGLMapBufferObjectAsync, ncuGraphicsGLRegisterBuffer, ncuGraphicsGLRegisterImagepublic static final int CU_GL_DEVICE_LIST_ALL
CUGLDeviceList)
GL_DEVICE_LIST_ALL - The CUDA devices for all GPUs used by the current OpenGL context.GL_DEVICE_LIST_CURRENT_FRAME - The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame.GL_DEVICE_LIST_NEXT_FRAME - The CUDA devices for the GPUs to be used by the current OpenGL context in the next frame.public static final int CU_GL_DEVICE_LIST_CURRENT_FRAME
CUGLDeviceList)
GL_DEVICE_LIST_ALL - The CUDA devices for all GPUs used by the current OpenGL context.GL_DEVICE_LIST_CURRENT_FRAME - The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame.GL_DEVICE_LIST_NEXT_FRAME - The CUDA devices for the GPUs to be used by the current OpenGL context in the next frame.public static final int CU_GL_DEVICE_LIST_NEXT_FRAME
CUGLDeviceList)
GL_DEVICE_LIST_ALL - The CUDA devices for all GPUs used by the current OpenGL context.GL_DEVICE_LIST_CURRENT_FRAME - The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame.GL_DEVICE_LIST_NEXT_FRAME - The CUDA devices for the GPUs to be used by the current OpenGL context in the next frame.Copyright LWJGL. All Rights Reserved. License terms.