Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
VertexDataBlock Class Reference

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

Inheritance diagram for VertexDataBlock:
SimpleAllocatorBlock ReferenceCount LinkedListNode

List of all members.

Public Member Functions

VertexDataBlock getNextBlock ()
 Returns a pointer to the next allocated block in the chain, or NULL if there are no more allocated blocks.
VertexDataPage getPage ()
 Returns the page from which this buffer was allocated.

Detailed Description

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


Member Function Documentation

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

Reimplemented from SimpleAllocatorBlock.

Returns the page from which this buffer was allocated.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties