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