![]() |
Describes the properties needed to copy texture data from CPU to GPU. More...
Public Attributes | |
| void const * | cpuSourceBuffer |
| size_t | bufferByteSize |
| GfVec3i | destinationTexelOffset |
| uint32_t | mipLevel |
| HgiTextureHandle | gpuDestinationTexture |
Describes the properties needed to copy texture data from CPU to GPU.
This uploads one mip at a time.
It is the responsibility of the caller to:
Definition at line 110 of file blitCmdsOps.h.