HDK
|
#include <blitCmdsOps.h>
Public Member Functions | |
HgiBufferGpuToGpuOp () | |
Public Attributes | |
HgiBufferHandle | gpuSourceBuffer |
size_t | sourceByteOffset |
size_t | byteSize |
HgiBufferHandle | gpuDestinationBuffer |
size_t | destinationByteOffset |
Describes the properties needed to copy buffer data from GPU to GPU.
It is the responsibility of the caller to:
Definition at line 150 of file blitCmdsOps.h.
|
inline |
Definition at line 152 of file blitCmdsOps.h.
size_t HgiBufferGpuToGpuOp::byteSize |
Definition at line 162 of file blitCmdsOps.h.
size_t HgiBufferGpuToGpuOp::destinationByteOffset |
Definition at line 164 of file blitCmdsOps.h.
HgiBufferHandle HgiBufferGpuToGpuOp::gpuDestinationBuffer |
Definition at line 163 of file blitCmdsOps.h.
HgiBufferHandle HgiBufferGpuToGpuOp::gpuSourceBuffer |
Definition at line 160 of file blitCmdsOps.h.
size_t HgiBufferGpuToGpuOp::sourceByteOffset |
Definition at line 161 of file blitCmdsOps.h.