Class ARBTextureBufferRange


  • public final class ARBTextureBufferRange
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void glTexBufferRange​(int target, int internalformat, int buffer, long offset, long size)  
      static void glTextureBufferRangeEXT​(int texture, int target, int internalformat, int buffer, long offset, long size)  
      • Methods inherited from class java.lang.Object

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

      • GL_TEXTURE_BUFFER_OFFSET

        public static final int GL_TEXTURE_BUFFER_OFFSET
        Accepted by the <pname> parameter of GetTexLevelParameter:
        See Also:
        Constant Field Values
      • GL_TEXTURE_BUFFER_SIZE

        public static final int GL_TEXTURE_BUFFER_SIZE
        Accepted by the <pname> parameter of GetTexLevelParameter:
        See Also:
        Constant Field Values
      • GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT

        public static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
        See Also:
        Constant Field Values
    • Method Detail

      • glTexBufferRange

        public static void glTexBufferRange​(int target,
                                            int internalformat,
                                            int buffer,
                                            long offset,
                                            long size)
      • glTextureBufferRangeEXT

        public static void glTextureBufferRangeEXT​(int texture,
                                                   int target,
                                                   int internalformat,
                                                   int buffer,
                                                   long offset,
                                                   long size)