VertexDataBlock

class VertexDataBlock

Bases: SimpleAllocatorBlock, ReferenceCount

A block of bytes that stores the actual raw vertex data referenced by a GeomVertexArrayData object.

Inheritance diagram

Inheritance diagram of VertexDataBlock

VertexDataBlock *get_next_block(void) const

Returns a pointer to the next allocated block in the chain, or NULL if there are no more allocated blocks.

VertexDataPage *get_page(void) const

Returns the page from which this buffer was allocated.