Class CUGL

java.lang.Object
org.lwjgl.cuda.CUGL

public class CUGL extends Object
  • Field Details

  • Method Details

    • ncuGraphicsGLRegisterBuffer

      public static int ncuGraphicsGLRegisterBuffer(long pCudaResource, int buffer, int Flags)
    • cuGraphicsGLRegisterBuffer

      public static int cuGraphicsGLRegisterBuffer(org.lwjgl.PointerBuffer pCudaResource, int buffer, int Flags)
    • ncuGraphicsGLRegisterImage

      public static int ncuGraphicsGLRegisterImage(long pCudaResource, int image, int target, int Flags)
    • cuGraphicsGLRegisterImage

      public static int cuGraphicsGLRegisterImage(org.lwjgl.PointerBuffer pCudaResource, int image, int target, int Flags)
    • ncuGLGetDevices

      public static int ncuGLGetDevices(long pCudaDeviceCount, long pCudaDevices, int cudaDeviceCount, int deviceList)
    • cuGLGetDevices

      public static int cuGLGetDevices(IntBuffer pCudaDeviceCount, IntBuffer pCudaDevices, int deviceList)
    • ncuGLCtxCreate

      public static int ncuGLCtxCreate(long pCtx, int Flags, int device)
    • cuGLCtxCreate

      public static int cuGLCtxCreate(org.lwjgl.PointerBuffer pCtx, int Flags, int device)
    • cuGLInit

      public static int cuGLInit()
    • cuGLRegisterBufferObject

      public static int cuGLRegisterBufferObject(int buffer)
    • ncuGLMapBufferObject

      public static int ncuGLMapBufferObject(long dptr, long size, int buffer)
    • cuGLMapBufferObject

      public static int cuGLMapBufferObject(org.lwjgl.PointerBuffer dptr, org.lwjgl.PointerBuffer size, int buffer)
    • cuGLUnmapBufferObject

      public static int cuGLUnmapBufferObject(int buffer)
    • cuGLUnregisterBufferObject

      public static int cuGLUnregisterBufferObject(int buffer)
    • cuGLSetBufferObjectMapFlags

      public static int cuGLSetBufferObjectMapFlags(int buffer, int Flags)
    • ncuGLMapBufferObjectAsync

      public static int ncuGLMapBufferObjectAsync(long dptr, long size, int buffer, long hStream)
    • cuGLMapBufferObjectAsync

      public static int cuGLMapBufferObjectAsync(org.lwjgl.PointerBuffer dptr, org.lwjgl.PointerBuffer size, int buffer, long hStream)
    • cuGLUnmapBufferObjectAsync

      public static int cuGLUnmapBufferObjectAsync(int buffer, long hStream)