Package org.lwjgl.egl
Class EXTPixelFormatFloat
- java.lang.Object
-
- org.lwjgl.egl.EXTPixelFormatFloat
-
public final class EXTPixelFormatFloat extends java.lang.Object
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
andGLX_ARB_fbconfig_float
. This extension allows exposing newEGLConfigs
that support formats with floating-point RGBA components. This is done by introducing a newEGLConfig
attribute that represents the component type, i.e. fixed-point or floating-point. Such newEGLConfigs
can be used to create floating-point rendering surfaces and contexts.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_COLOR_COMPONENT_TYPE_EXT
Accepted as an attribute name in theattrib_list
argument ofChooseConfig
, and theattribute
argument ofGetConfigAttrib
.static int
EGL_COLOR_COMPONENT_TYPE_FIXED_EXT
EGL_COLOR_COMPONENT_TYPE_FLOAT_EXTAccepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofChooseConfig
.
-
-
-
Field Detail
-
EGL_COLOR_COMPONENT_TYPE_EXT
Accepted as an attribute name in theattrib_list
argument ofChooseConfig
, and theattribute
argument ofGetConfigAttrib
.
-
EGL_COLOR_COMPONENT_TYPE_FIXED_EXT, EGL_COLOR_COMPONENT_TYPE_FLOAT_EXT
Accepted as attribute values for theCOLOR_COMPONENT_TYPE_EXT
attribute ofChooseConfig
.
-
-