A mapped region of a vertex array.
The invalidate method is a no-op but is provided in order to present a consistent interface with VertexBufferObjectRegion.
Constructor:
Methods:
invalidate() Mark this region as changed.
Methods
- VertexArrayRegion.invalidate()
Mark this region as changed.
The buffer may not be updated with the latest contents of the array until this method is called. (However, it may not be updated until the next time the buffer is used, for efficiency).