public class EXTMemoryObjectFD
extends java.lang.Object
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_memory_object and ARB_texture_storage or a version of OpenGL that incorporates it.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_HANDLE_TYPE_OPAQUE_FD_EXT
Accepted by the
handleType parameter of ImportMemoryFdEXT |
| Modifier and Type | Method and Description |
|---|---|
static void |
glImportMemoryFdEXT(int memory,
long size,
int handleType,
int fd) |
public static final int GL_HANDLE_TYPE_OPAQUE_FD_EXT
handleType parameter of ImportMemoryFdEXTCopyright LWJGL. All Rights Reserved. License terms.