MeshCacheParams::StagingBufferSize

MeshCacheParams::StagingBufferSize
UPInt StagingBufferSize;
Description

Mesh Staging buffer size; must be at least 2 * (MaxVerticesSizeInBatch + Indices). Serves as secondary cache on PC. Meshes larger than NoBatchVerticesSizeThreshold are not placed in a staging buffer.