![]() |
NDEVR
API Documentation
|
A single step in a buffer copy operation, tracking the copy regions and direction. More...
Public Member Functions | |
| CopyStep (bool is_src) | |
| Constructs a copy step. | |
Public Attributes | |
| bool | is_src |
| Whether this step represents the source side. | |
| Buffer< VkBufferCopy > | regions |
| The buffer copy regions for this step. | |
A single step in a buffer copy operation, tracking the copy regions and direction.
Definition at line 8 of file VulkanStagingRing.h.
|
inline |
Constructs a copy step.
| [in] | is_src | Whether this is the source side. |
Definition at line 14 of file VulkanStagingRing.h.
References is_src.