Package org.lwjgl.egl
Class ARMImageFormat
- java.lang.Object
-
- org.lwjgl.egl.ARMImageFormat
-
public final class ARMImageFormat extends java.lang.ObjectNative bindings to the ARM_image_format extension.When an
EGLImageis 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 byCreateImageKHRsuch that applications can tell the implementation how to interpret the data.
-
-
Field Summary
Fields Modifier and Type Field Description static intEGL_COLOR_COMPONENT_TYPE_EXTAccepted as an attribute name in theattrib_listargument ofCreateImageKHR.static intEGL_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_EXTattribute ofCreateImageKHR.
-
-
-
Field Detail
-
EGL_COLOR_COMPONENT_TYPE_EXT
Accepted as an attribute name in theattrib_listargument 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_EXTattribute ofCreateImageKHR.
-
-