![]() |
|
Describes the properties needed to copy buffer data from CPU to GPU. More...
#include <blitCmdsOps.h>
Public Attributes | |
| void const * | cpuSourceBuffer |
| size_t | sourceByteOffset |
| HgiBufferHandle | gpuDestinationBuffer |
| size_t | destinationByteOffset |
| size_t | byteSize |
Describes the properties needed to copy buffer data from CPU to GPU.
It is the responsibility of the caller to:
Definition at line 173 of file blitCmdsOps.h.
|
inline |
Definition at line 175 of file blitCmdsOps.h.
| size_t byteSize |
Definition at line 187 of file blitCmdsOps.h.
| void const* cpuSourceBuffer |
Definition at line 183 of file blitCmdsOps.h.
| size_t destinationByteOffset |
Definition at line 186 of file blitCmdsOps.h.
| HgiBufferHandle gpuDestinationBuffer |
Definition at line 185 of file blitCmdsOps.h.
| size_t sourceByteOffset |
Definition at line 184 of file blitCmdsOps.h.