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 intAccepted as an attribute name in theattrib_listargument ofChooseConfig, and theattributeargument ofGetConfigAttrib.static final intAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXTattribute ofChooseConfig.static final intAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXTattribute 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_listargument ofChooseConfig, and theattributeargument 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_EXTattribute 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_EXTattribute ofChooseConfig.- See Also:
-