Class EXTSemaphoreWin32

java.lang.Object
org.lwjgl.opengl.EXTSemaphoreWin32

public class EXTSemaphoreWin32 extends Object
Native bindings to the EXT_semaphore_win32 extension.

Building upon the OpenGL memory object and semaphore framework defined in EXT_external_objects, this extension enables an OpenGL application to import a memory object or semaphore from a Win32 NT handle or a KMT share handle.

  • Field Details

  • Method Details

    • nglImportSemaphoreWin32HandleEXT

      public static void nglImportSemaphoreWin32HandleEXT(int semaphore, int handleType, long handle)
    • glImportSemaphoreWin32HandleEXT

      public static void glImportSemaphoreWin32HandleEXT(int semaphore, int handleType, long handle)
    • nglImportSemaphoreWin32NameEXT

      public static void nglImportSemaphoreWin32NameEXT(int semaphore, int handleType, long name)
    • glImportSemaphoreWin32NameEXT

      public static void glImportSemaphoreWin32NameEXT(int semaphore, int handleType, long name)