Class ARBHalfFloatVertex



  • public final class ARBHalfFloatVertex
    extends java.lang.Object
    Native bindings to the ARB_half_float_vertex extension.

    This extension extends the usage of the half-precision (16-bit) floating-point quantities introduced in ARB_half_float_pixel for usage in specifying vertex array data.

    This extension allows applications to use half-precision floating point data when specifying vertices. This can allow applications to reduce their memory footprint, as well as the memory bandwidth required for vertex data.

    This extension extends the existing vertex array commands to accept the new data type.

    Promoted to core in OpenGL 3.0.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_HALF_FLOAT
      Accepted by the type argument of VertexPointer, NormalPointer, ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer, and VertexAttribPointer.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_HALF_FLOAT

        public static final int GL_HALF_FLOAT
        Accepted by the type argument of VertexPointer, NormalPointer, ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer, and VertexAttribPointer.
        See Also:
        Constant Field Values