struct
GpuTransferBufferHelper::ThreadData
Per-thread data containing transfer buffer state.
Public
Fields
PoolRing
UPtr<render::GpuCommandBufferPoolRing> PoolRing
Ring buffer of pools for allocating transfer command buffers.
CurrentCommandBuffer
SPtr<render::GpuCommandBuffer> CurrentCommandBuffer
Currently active transfer buffer, if any.