VertexArrayRegion Class

Inheritance diagram of VertexArrayRegion

class VertexArrayRegion(array)

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:

__init__(array)

Methods:

invalidate() Mark this region as changed.

Inherited members

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).

Table Of Contents

Previous topic

VertexArray Class

Next topic

VertexBufferObject Class