Expand description
GPU buffer copy and blit operations.
This module provides abstractions for copying data between GPU buffers, performing region-based copies, and managing staging buffers for host-device data transfer.
Structs§
- Buffer
Region - Describes a region within a buffer.
- Copy
Batch - Batches multiple copy commands for efficient submission.
- Copy
Command - A single buffer copy command.
- Copy
Stats - Statistics about copy operations.
- Image
Region - Describes a 2D region for image-like buffer copies.
Enums§
- Copy
Direction - Direction of a buffer copy operation.