|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Recorded copyTextureToBuffer (readback staging copy). More...
#include "donner/gpu/Commands.h"
Public Attributes | |
| uint32_t | textureSlot = 0 |
| Source texture slot index. | |
| uint32_t | bufferSlot = 0 |
| Destination buffer slot index. | |
| TexelCopyBufferLayout | layout |
| Destination row layout. | |
| Extent2d | copySize |
| Copy extent in texels. | |
Recorded copyTextureToBuffer (readback staging copy).
| uint32_t donner::gpu::CopyTextureToBufferCommand::bufferSlot = 0 |
Destination buffer slot index.
| Extent2d donner::gpu::CopyTextureToBufferCommand::copySize |
Copy extent in texels.
| TexelCopyBufferLayout donner::gpu::CopyTextureToBufferCommand::layout |
Destination row layout.
| uint32_t donner::gpu::CopyTextureToBufferCommand::textureSlot = 0 |
Source texture slot index.