|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Recorded copyTextureToBuffer (readback staging copy). More...
#include "donner/gpu/Commands.h"
Public Attributes | |
| ResourceIdentity | textureId |
| Source texture identity. | |
| ResourceIdentity | bufferId |
| Destination buffer identity. | |
| TexelCopyBufferLayout | layout |
| Destination row layout. | |
| Extent2d | copySize |
| Copy extent in texels. | |
Recorded copyTextureToBuffer (readback staging copy).
| ResourceIdentity donner::gpu::CopyTextureToBufferCommand::bufferId |
Destination buffer identity.
| Extent2d donner::gpu::CopyTextureToBufferCommand::copySize |
Copy extent in texels.
| TexelCopyBufferLayout donner::gpu::CopyTextureToBufferCommand::layout |
Destination row layout.
| ResourceIdentity donner::gpu::CopyTextureToBufferCommand::textureId |
Source texture identity.