|
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 133 of file blitCmdsOps.h.
|
inline |
Definition at line 135 of file blitCmdsOps.h.
| size_t HgiBufferGpuToGpuOp::byteSize |
Definition at line 145 of file blitCmdsOps.h.
| size_t HgiBufferGpuToGpuOp::destinationByteOffset |
Definition at line 147 of file blitCmdsOps.h.
| HgiBufferHandle HgiBufferGpuToGpuOp::gpuDestinationBuffer |
Definition at line 146 of file blitCmdsOps.h.
| HgiBufferHandle HgiBufferGpuToGpuOp::gpuSourceBuffer |
Definition at line 143 of file blitCmdsOps.h.
| size_t HgiBufferGpuToGpuOp::sourceByteOffset |
Definition at line 144 of file blitCmdsOps.h.