struct GpuTransferBufferHelper::ThreadData

Per-thread data containing transfer buffer state.

Public

Fields

PoolRing

Ring buffer of pools for allocating transfer command buffers.

CurrentCommandBuffer

SPtr<render::GpuCommandBuffer> CurrentCommandBuffer

Currently active transfer buffer, if any.

OwnerThread

ThreadId OwnerThread

Thread ID that owns this data.