Static Gpu Buffer Pool
class StaticGpuBufferPool
Small fence-aware pool for reusable static mesh buffers.
This follows the same lifetime model as vanilla's StagedVertexBuffer pool: buffers that were used by draw commands are not made available again until a GPU fence confirms that previous work has completed.
See also
Staged Vertex Buffer
World Border Renderer
Weather Effect Renderer