Package org.lwjgl.egl
Class ARMImageFormat
- java.lang.Object
-
- org.lwjgl.egl.ARMImageFormat
-
public final class ARMImageFormat extends java.lang.Object
Native bindings to the ARM_image_format extension.When an
EGLImage
is created from an existing image resource the implementation will deduce the format of the image data from that resource. In some cases, however, the implementation may not know how to map the existing image resource to a known format. This extension extends the list of attributes accepted byCreateImageKHR
such that applications can tell the implementation how to interpret the data.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_COLOR_COMPONENT_TYPE_EXT
Accepted as an attribute name in theattrib_list
argument ofCreateImageKHR
.static int
EGL_COLOR_COMPONENT_TYPE_FIXED_EXT
EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT
EGL_COLOR_COMPONENT_TYPE_INTEGER_ARM
EGL_COLOR_COMPONENT_TYPE_UNSIGNED_INTEGER_ARMAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.
-
-
-
Field Detail
-
EGL_COLOR_COMPONENT_TYPE_EXT
Accepted as an attribute name in theattrib_list
argument ofCreateImageKHR
.
-
EGL_COLOR_COMPONENT_TYPE_FIXED_EXT, EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT, EGL_COLOR_COMPONENT_TYPE_UNSIGNED_INTEGER_ARM, EGL_COLOR_COMPONENT_TYPE_INTEGER_ARM
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.
-
-