Package org.lwjgl.egl
Class EGL13
- java.lang.Object
-
- org.lwjgl.egl.EGL13
-
public final class EGL13 extends java.lang.Object
The core EGL 1.3 functionality.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
EGL_CONFORMANT
EGL_CONTEXT_CLIENT_VERSION
EGL_MATCH_NATIVE_PIXMAP
EGL_OPENGL_ES2_BIT
EGL_VG_ALPHA_FORMAT
EGL_VG_ALPHA_FORMAT_NONPRE
EGL_VG_ALPHA_FORMAT_PRE
EGL_VG_ALPHA_FORMAT_PRE_BIT
EGL_VG_COLORSPACE
EGL_VG_COLORSPACE_LINEAR
EGL_VG_COLORSPACE_LINEAR_BIT
EGL_VG_COLORSPACE_sRGB
-
-
-
Field Detail
-
EGL_CONFORMANT
public static final int EGL_CONFORMANT
- See Also:
- Constant Field Values
-
EGL_CONTEXT_CLIENT_VERSION
public static final int EGL_CONTEXT_CLIENT_VERSION
- See Also:
- Constant Field Values
-
EGL_MATCH_NATIVE_PIXMAP
public static final int EGL_MATCH_NATIVE_PIXMAP
- See Also:
- Constant Field Values
-
EGL_OPENGL_ES2_BIT
public static final int EGL_OPENGL_ES2_BIT
- See Also:
- Constant Field Values
-
EGL_VG_ALPHA_FORMAT
public static final int EGL_VG_ALPHA_FORMAT
- See Also:
- Constant Field Values
-
EGL_VG_ALPHA_FORMAT_NONPRE
public static final int EGL_VG_ALPHA_FORMAT_NONPRE
- See Also:
- Constant Field Values
-
EGL_VG_ALPHA_FORMAT_PRE
public static final int EGL_VG_ALPHA_FORMAT_PRE
- See Also:
- Constant Field Values
-
EGL_VG_ALPHA_FORMAT_PRE_BIT
public static final int EGL_VG_ALPHA_FORMAT_PRE_BIT
- See Also:
- Constant Field Values
-
EGL_VG_COLORSPACE
public static final int EGL_VG_COLORSPACE
- See Also:
- Constant Field Values
-
EGL_VG_COLORSPACE_sRGB
public static final int EGL_VG_COLORSPACE_sRGB
- See Also:
- Constant Field Values
-
EGL_VG_COLORSPACE_LINEAR
public static final int EGL_VG_COLORSPACE_LINEAR
- See Also:
- Constant Field Values
-
EGL_VG_COLORSPACE_LINEAR_BIT
public static final int EGL_VG_COLORSPACE_LINEAR_BIT
- See Also:
- Constant Field Values
-
-