![]() |
NDEVR
API Documentation
|
A collection of buffer copy steps for batched copy operations. More...
Public Member Functions | |
| void | add (bool is_src, VkBufferCopy item) |
| Adds a copy region to the operation. | |
Public Attributes | |
| Buffer< CopyStep > | ops |
| The ordered list of copy steps. | |
A collection of buffer copy steps for batched copy operations.
Definition at line 21 of file VulkanStagingRing.h.
| void CopyOperations::add | ( | bool | is_src, |
| VkBufferCopy | item ) |
Adds a copy region to the operation.
| [in] | is_src | Whether this is for the source buffer. |
| [in] | item | The buffer copy region descriptor. |