Expand description
Asynchronous upload queue for staging CPU data to GPU buffers.
This module provides a batched upload mechanism that stages host-side data into a queue and flushes it to GPU-side buffers in optimized batches, reducing per-transfer overhead.
Structs§
- Upload
Id - Unique identifier for an upload request.
- Upload
Queue - An asynchronous upload queue that batches host-to-device transfers.
- Upload
Queue Config - Configuration for the upload queue.
- Upload
Queue Stats - Statistics for the upload queue.
- Upload
Request - A single upload request in the queue.
- Upload
Target - Describes the destination for an upload.
Enums§
- Upload
Priority - Priority level for upload requests.
- Upload
State - The current state of an upload request.