Class CUGL.Functions

java.lang.Object
org.lwjgl.cuda.CUGL.Functions
Enclosing class:
CUGL

public static final class CUGL.Functions extends Object
Contains the function pointers loaded from CU.getLibrary().
  • Field Details

    • GraphicsGLRegisterBuffer

      public static final long GraphicsGLRegisterBuffer
      Function address.
    • GraphicsGLRegisterImage

      public static final long GraphicsGLRegisterImage
      Function address.
    • GLGetDevices

      public static final long GLGetDevices
      Function address.
    • GLCtxCreate

      public static final long GLCtxCreate
      Function address.
    • GLInit

      public static final long GLInit
      Function address.
    • GLRegisterBufferObject

      public static final long GLRegisterBufferObject
      Function address.
    • GLMapBufferObject

      public static final long GLMapBufferObject
      Function address.
    • GLUnmapBufferObject

      public static final long GLUnmapBufferObject
      Function address.
    • GLUnregisterBufferObject

      public static final long GLUnregisterBufferObject
      Function address.
    • GLSetBufferObjectMapFlags

      public static final long GLSetBufferObjectMapFlags
      Function address.
    • GLMapBufferObjectAsync

      public static final long GLMapBufferObjectAsync
      Function address.
    • GLUnmapBufferObjectAsync

      public static final long GLUnmapBufferObjectAsync
      Function address.