public final class KHRGLTextureCubemapImage
extends java.lang.Object
This extension provides a mechanism for creating EGLImage objects from OpenGL and OpenGL ES (henceforth referred to collectively as 'GL') cube maps.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR |
static int |
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR |
static int |
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR |
static int |
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR |
static int |
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR |
static int |
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR |
public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
Copyright LWJGL. All Rights Reserved. License terms.