Class OESVertexType1010102



  • public final class OESVertexType1010102
    extends java.lang.Object
    Native bindings to the OES_vertex_type_10_10_10_2 extension.

    This extension adds the following data formats:

    Two new vertex attribute data formats: a signed 10.10.10.2 and an unsigned 10.10.10.2 vertex data format. These vertex data formats describe a 3- or 4-tuple stream which can be used to store normals or other attributes in a quantized form. Normals, tangents, binormals and other vertex attributes can often be specified at reduced precision without introducing noticeable artifacts, reducing the amount of memory and memory bandwidth they consume.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_UNSIGNED_INT_10_10_10_2_OES

        public static final int GL_UNSIGNED_INT_10_10_10_2_OES
        Accepted by the type parameter of VertexAttribPointer.
        See Also:
        Constant Field Values
      • GL_INT_10_10_10_2_OES

        public static final int GL_INT_10_10_10_2_OES
        Accepted by the type parameter of VertexAttribPointer.
        See Also:
        Constant Field Values