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 GLES30.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_HANDLE_TYPE_OPAQUE_FD_EXT
Accepted by the
handleType parameter of ImportMemoryFdEXT() or ImportSemaphoreFdEXT(). |
| 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 ImportMemoryFdEXT() or ImportSemaphoreFdEXT().Copyright LWJGL. All Rights Reserved. License terms.