Class EXTTextureNorm16

java.lang.Object
org.lwjgl.opengles.EXTTextureNorm16

public final class EXTTextureNorm16 extends Object
Native bindings to the EXT_texture_norm16 extension.

OpenGL ES 3.1 supports 8-bit (signed) normalized textures.

This extension provides a set of new 16 bit signed normalized and unsigned normalized fixed point texture, renderbuffer and texture buffer formats.

Requires GLES 3.1.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
    static final int
    Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • GL_R16_EXT

      public static final int GL_R16_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
      See Also:
    • GL_RG16_EXT

      public static final int GL_RG16_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
      See Also:
    • GL_RGBA16_EXT

      public static final int GL_RGBA16_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D and TexStorage2DMultisample, TexStorage3DMultisampleOES, TexBufferEXT, TexBufferRangeEXT, TextureViewEXT, RenderbufferStorage and RenderbufferStorageMultisample.
      See Also:
    • GL_RGB16_EXT

      public static final int GL_RGB16_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
      See Also:
    • GL_R16_SNORM_EXT

      public static final int GL_R16_SNORM_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
      See Also:
    • GL_RG16_SNORM_EXT

      public static final int GL_RG16_SNORM_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
      See Also:
    • GL_RGB16_SNORM_EXT

      public static final int GL_RGB16_SNORM_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
      See Also:
    • GL_RGBA16_SNORM_EXT

      public static final int GL_RGBA16_SNORM_EXT
      Accepted by the internalFormat parameter of TexImage2D,TexImage3D, TexStorage2D, TexStorage3D, TexStorage2DMultisample, TexStorage3DMultisampleOES and TextureViewEXT.
      See Also: