Package org.lwjgl.egl
Class KHRGLTextureCubemapImage
- java.lang.Object
-
- org.lwjgl.egl.KHRGLTextureCubemapImage
-
public final class KHRGLTextureCubemapImage extends java.lang.Object
Native bindings to the KHR_gl_texture_cubemap_image extension.This extension provides a mechanism for creating EGLImage objects from OpenGL and OpenGL ES (henceforth referred to collectively as 'GL') cube maps.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
-
-
-
Field Detail
-
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR
- See Also:
- Constant Field Values
-
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X_KHR
- See Also:
- Constant Field Values
-
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y_KHR
- See Also:
- Constant Field Values
-
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_KHR
- See Also:
- Constant Field Values
-
EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z_KHR
- See Also:
- Constant Field Values
-
EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
public static final int EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_KHR
- See Also:
- Constant Field Values
-
-