Package org.lwjgl.egl
Class ARMImageFormat
java.lang.Object
org.lwjgl.egl.ARMImageFormat
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 by CreateImageKHR
such that applications can tell the implementation how to interpret the data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as an attribute name in theattrib_list
argument ofCreateImageKHR
.static final int
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.static final int
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.static final int
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.static final int
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
. -
Method Summary
-
Field Details
-
EGL_COLOR_COMPONENT_TYPE_EXT
public static final int EGL_COLOR_COMPONENT_TYPE_EXTAccepted as an attribute name in theattrib_list
argument ofCreateImageKHR
.- See Also:
-
EGL_COLOR_COMPONENT_TYPE_FIXED_EXT
public static final int EGL_COLOR_COMPONENT_TYPE_FIXED_EXTAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.- See Also:
-
EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT
public static final int EGL_COLOR_COMPONENT_TYPE_FLOAT_EXTAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.- See Also:
-
EGL_COLOR_COMPONENT_TYPE_UNSIGNED_INTEGER_ARM
public static final int EGL_COLOR_COMPONENT_TYPE_UNSIGNED_INTEGER_ARMAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.- See Also:
-
EGL_COLOR_COMPONENT_TYPE_INTEGER_ARM
public static final int EGL_COLOR_COMPONENT_TYPE_INTEGER_ARMAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofCreateImageKHR
.- See Also:
-