Class NVVertexArrayRange2



  • public final class NVVertexArrayRange2
    extends java.lang.Object
    Native bindings to the NV_vertex_array_range2 extension.

    Enabling and disabling the vertex array range is specified by the original NV_vertex_array_range extension specification to flush the vertex array range implicitly. In retrospect, this semantic is extremely misconceived and creates terrible performance problems for any application that wishes to mix conventional vertex arrays with vertex arrange range-enabled vertex arrays.

    This extension provides a new token for enabling/disabling the vertex array range that does NOT perform an implicit vertex array range flush when the enable/disable is performed.

    Requires NV_vertex_array_range.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV

        public static final int GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV
        Accepted by the cap parameter of EnableClientState, DisableClientState.
        See Also:
        Constant Field Values