SimpleMeshBuffer

SimpleMeshBuffer
Scaleform::Render::SimpleMeshBuffer
Declaration
class SimpleMeshBuffer : public Render::MeshBuffer;
Description

SimpleMeshBuffer is a base mesh buffer for console mesh caches and can contain either vertex and/or index data. SimpleMeshBuffer is the base MeshBuffer class that any MeshCache implementation derived from SimpleMeshCache should use. 

Mesh cache grows and shrinks by allocating and freeing MeshBuffer objects, each buffer will typically have enough space for many meshes. 

Methods
Method 
Description 
Returns the full original size of the buffer. 
Returns the user maximum allocation that can be safely used. 
SimpleMeshBuffer constructor. 
File

Render_SimpleMeshCache.h