|
HDK
|
#include <blitCmdsOps.h>
Public Member Functions | |
| HgiBufferGpuToCpuOp () | |
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 HgiBufferGpuToCpuOp::byteSize |
Definition at line 225 of file blitCmdsOps.h.
| void* HgiBufferGpuToCpuOp::cpuDestinationBuffer |
Definition at line 226 of file blitCmdsOps.h.
| size_t HgiBufferGpuToCpuOp::destinationByteOffset |
Definition at line 227 of file blitCmdsOps.h.
| HgiBufferHandle HgiBufferGpuToCpuOp::gpuSourceBuffer |
Definition at line 223 of file blitCmdsOps.h.
| size_t HgiBufferGpuToCpuOp::sourceByteOffset |
Definition at line 224 of file blitCmdsOps.h.