public final class EXTPixelFormatFloat
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_COLOR_COMPONENT_TYPE_EXT
Accepted as an attribute name in the
attrib_list argument of ChooseConfig, and the attribute argument of GetConfigAttrib. |
static int |
EGL_COLOR_COMPONENT_TYPE_FIXED_EXT
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT attribute of ChooseConfig. |
static int |
EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT
Accepted as attribute values for the
COLOR_COMPONENT_TYPE_EXT attribute of ChooseConfig. |
public static final int EGL_COLOR_COMPONENT_TYPE_EXT
attrib_list argument of ChooseConfig, and the attribute argument of GetConfigAttrib.public static final int EGL_COLOR_COMPONENT_TYPE_FIXED_EXT
COLOR_COMPONENT_TYPE_EXT attribute of ChooseConfig.public static final int EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT
COLOR_COMPONENT_TYPE_EXT attribute of ChooseConfig.Copyright LWJGL. All Rights Reserved. License terms.