|
HDK
|
#include <blitCmdsOps.h>
Public Member Functions | |
| HgiTextureToBufferOp () | |
Public Attributes | |
| HgiTextureHandle | gpuSourceTexture |
| GfVec3i | sourceTexelOffset |
| uint32_t | mipLevel |
| HgiBufferHandle | gpuDestinationBuffer |
| size_t | destinationByteOffset |
| size_t | byteSize |
Describes the properties needed to copy GPU texture data into a GPU buffer.
It is the responsibility of the caller to:
Definition at line 253 of file blitCmdsOps.h.
|
inline |
Definition at line 255 of file blitCmdsOps.h.
| size_t HgiTextureToBufferOp::byteSize |
Definition at line 269 of file blitCmdsOps.h.
| size_t HgiTextureToBufferOp::destinationByteOffset |
Definition at line 268 of file blitCmdsOps.h.
| HgiBufferHandle HgiTextureToBufferOp::gpuDestinationBuffer |
Definition at line 267 of file blitCmdsOps.h.
| HgiTextureHandle HgiTextureToBufferOp::gpuSourceTexture |
Definition at line 264 of file blitCmdsOps.h.
| uint32_t HgiTextureToBufferOp::mipLevel |
Definition at line 266 of file blitCmdsOps.h.
| GfVec3i HgiTextureToBufferOp::sourceTexelOffset |
Definition at line 265 of file blitCmdsOps.h.