Package org.lwjgl.egl

Class EXTPixelFormatFloat

java.lang.Object
org.lwjgl.egl.EXTPixelFormatFloat

public final class EXTPixelFormatFloat extends 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 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.