Class EXTColorBufferHalfFloat

java.lang.Object
org.lwjgl.opengles.EXTColorBufferHalfFloat

public final class EXTColorBufferHalfFloat extends Object
Native bindings to the EXT_color_buffer_half_float extension.

This extension allows 16-bit floating point formats as defined in OES_texture_half_float to be rendered to via framebuffer objects.

When using floating-point formats, certain color clamps are disabled.

This extension also updates the framebuffer object API to allow querying attachment component types.

Requires GLES 2.0.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the pname parameter of GetFramebufferAttachmentParameteriv.
    static final int
    Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
    static final int
    Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
    static final int
    Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
    static final int
    Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
    static final int
    Returned in params by GetFramebufferAttachmentParameteriv.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GL_RGBA16F_EXT

      public static final int GL_RGBA16F_EXT
      Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
      See Also:
    • GL_RGB16F_EXT

      public static final int GL_RGB16F_EXT
      Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
      See Also:
    • GL_RG16F_EXT

      public static final int GL_RG16F_EXT
      Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
      See Also:
    • GL_R16F_EXT

      public static final int GL_R16F_EXT
      Accepted by the internalformat parameter of RenderbufferStorage and RenderbufferStorageMultisampleAPPLE.
      See Also:
    • GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT

      public static final int GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT
      Accepted by the pname parameter of GetFramebufferAttachmentParameteriv.
      See Also:
    • GL_UNSIGNED_NORMALIZED_EXT

      public static final int GL_UNSIGNED_NORMALIZED_EXT
      Returned in params by GetFramebufferAttachmentParameteriv.
      See Also: