Class EXTRenderSnorm



  • public final class EXTRenderSnorm
    extends java.lang.Object
    Native bindings to the EXT_render_snorm extension.

    OpenGL ES 3.1 supports a variety of signed normalized texture and renderbuffer formats which are not color-renderable.

    This extension enables signed normalized texture and renderbuffer formats to be color-renderable.

    Requires GLES 3.1.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_R16_SNORM_EXT

        public static final int GL_R16_SNORM_EXT
        Accepted by the internalFormat parameter of RenderbufferStorage and RenderbufferStorageMultisample.
        See Also:
        Constant Field Values
      • GL_RG16_SNORM_EXT

        public static final int GL_RG16_SNORM_EXT
        Accepted by the internalFormat parameter of RenderbufferStorage and RenderbufferStorageMultisample.
        See Also:
        Constant Field Values
      • GL_RGBA16_SNORM_EXT

        public static final int GL_RGBA16_SNORM_EXT
        Accepted by the internalFormat parameter of RenderbufferStorage and RenderbufferStorageMultisample.
        See Also:
        Constant Field Values