Class EXTSemaphoreFD

java.lang.Object
org.lwjgl.opengles.EXTSemaphoreFD

public class EXTSemaphoreFD extends Object
Native bindings to the EXT_semaphore_fd 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 POSIX file descriptor external handles.

Requires EXT_semaphore and GLES30.

  • Field Details

    • GL_HANDLE_TYPE_OPAQUE_FD_EXT

      public static final int GL_HANDLE_TYPE_OPAQUE_FD_EXT
      Accepted by the handleType parameter of ImportMemoryFdEXT() or ImportSemaphoreFdEXT().
      See Also:
  • Method Details

    • glImportSemaphoreFdEXT

      public static void glImportSemaphoreFdEXT(int semaphore, int handleType, int fd)