Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
donner::gpu::CopyTextureToBufferCommand Struct Reference

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.

Detailed Description

Recorded copyTextureToBuffer (readback staging copy).

Member Data Documentation

◆ bufferId

ResourceIdentity donner::gpu::CopyTextureToBufferCommand::bufferId

Destination buffer identity.

◆ copySize

Extent2d donner::gpu::CopyTextureToBufferCommand::copySize

Copy extent in texels.

◆ layout

TexelCopyBufferLayout donner::gpu::CopyTextureToBufferCommand::layout

Destination row layout.

◆ textureId

ResourceIdentity donner::gpu::CopyTextureToBufferCommand::textureId

Source texture identity.


The documentation for this struct was generated from the following file: