Enumeration representing the result of a free memory check for storing a mesh in GPU memory.

Enumeration Members

NoGeometry: 2

The mesh has no associated geometry; cannot store in GPU memory.

NotEnoughColorSpace: 5

Insufficient GPU memory for additional vertex colors.

NotEnoughEdgeIndexSpace: 7

Insufficient GPU memory for additional edge indices.

NotEnoughIndexSpace: 6

Insufficient GPU memory for additional indices.

NotEnoughPrimSpace: 8

Insufficient GPU memory for additional primitives.

NotEnoughVertexSpace: 4

Insufficient GPU memory for additional vertex data.

OK: 0

Sufficient GPU memory is available; the mesh can be stored and rendered.

TooManyGeometries: 3

The maximum number of unique GPU geometries has been reached.

TooManyMeshes: 1

The maximum number of GPU meshes has been reached; cannot store more meshes.