public class OESEGLImage
extends java.lang.Object
This extension provides a mechanism for creating texture and renderbuffer objects sharing storage with specified EGLImage objects (such objects are referred to as "EGLImage targets").
The companion EGL_KHR_image_base and EGL_KHR_image extensions provide the definition and rationale for EGLImage objects.
Other EGL extensions, such as EGL_KHR_gl_texture_2D_image, EGL_KHR_gl_texture_cubemap_image, EGL_KHR_gl_texture_3D_image, EGL_KHR_gl_renderbuffer_image, and EGL_KHR_vg_parent_image, define the related functionality of creating EGLImage objects from "EGLImage sources" such as OpenGL ES texture or renderbuffers or OpenVG VGImage objects.
| Modifier and Type | Method and Description |
|---|---|
static void |
glEGLImageTargetRenderbufferStorageOES(int target,
long image) |
static void |
glEGLImageTargetTexture2DOES(int target,
long image) |
static void |
nglEGLImageTargetRenderbufferStorageOES(int target,
long image) |
static void |
nglEGLImageTargetTexture2DOES(int target,
long image) |
public static void nglEGLImageTargetTexture2DOES(int target,
long image)
public static void glEGLImageTargetTexture2DOES(int target,
long image)
public static void nglEGLImageTargetRenderbufferStorageOES(int target,
long image)
public static void glEGLImageTargetRenderbufferStorageOES(int target,
long image)
Copyright LWJGL. All Rights Reserved. License terms.