![]() |
|
Describes the properties needed to copy buffer data from GPU to CPU. More...
#include <blitCmdsOps.h>
Public Attributes | |
| HgiBufferHandle | gpuSourceBuffer |
| size_t | sourceByteOffset |
| size_t | byteSize |
| void * | cpuDestinationBuffer |
| size_t | destinationByteOffset |
Describes the properties needed to copy buffer data from GPU to CPU.
It is the responsibility of the caller to:
Definition at line 213 of file blitCmdsOps.h.
|
inline |
Definition at line 215 of file blitCmdsOps.h.
| size_t byteSize |
Definition at line 225 of file blitCmdsOps.h.
| void* cpuDestinationBuffer |
Definition at line 226 of file blitCmdsOps.h.
| size_t destinationByteOffset |
Definition at line 227 of file blitCmdsOps.h.
| HgiBufferHandle gpuSourceBuffer |
Definition at line 223 of file blitCmdsOps.h.
| size_t sourceByteOffset |
Definition at line 224 of file blitCmdsOps.h.