Package org.lwjgl.egl
Class EXTPixelFormatFloat
java.lang.Object
org.lwjgl.egl.EXTPixelFormatFloat
Native bindings to the EXT_pixel_format_float extension.
This extensions aims to provide similar functionality as GL_ARB_color_buffer_float
, WGL_ARB_pixel_format_float
and
GLX_ARB_fbconfig_float
. This extension allows exposing new EGLConfigs
that support formats with floating-point RGBA components. This is
done by introducing a new EGLConfig
attribute that represents the component type, i.e. fixed-point or floating-point. Such new
EGLConfigs
can be used to create floating-point rendering surfaces and contexts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as an attribute name in theattrib_list
argument ofChooseConfig
, and theattribute
argument ofGetConfigAttrib
.static final int
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofChooseConfig
.static final int
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofChooseConfig
. -
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 ofChooseConfig
, and theattribute
argument ofGetConfigAttrib
.- 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 ofChooseConfig
.- 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 ofChooseConfig
.- See Also:
-