|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Recorded copyTextureToTexture (sub-rectangle texture copy; both origins default to texel (0, 0), which is the whole-rect copy every recorded stream used before origins existed). More...
#include "donner/gpu/Commands.h"
Public Attributes | |
| ResourceIdentity | textureSrcId |
| Source texture identity. | |
| ResourceIdentity | textureDstId |
| Destination texture identity. | |
| Extent2d | copySize |
| Copy extent in texels. | |
| Origin2d | sourceOrigin |
| Top-left source texel the copy reads from. | |
| Origin2d | destinationOrigin |
| Top-left destination texel the copy writes to. | |
Recorded copyTextureToTexture (sub-rectangle texture copy; both origins default to texel (0, 0), which is the whole-rect copy every recorded stream used before origins existed).
| Extent2d donner::gpu::CopyTextureToTextureCommand::copySize |
Copy extent in texels.
| Origin2d donner::gpu::CopyTextureToTextureCommand::destinationOrigin |
Top-left destination texel the copy writes to.
| Origin2d donner::gpu::CopyTextureToTextureCommand::sourceOrigin |
Top-left source texel the copy reads from.
| ResourceIdentity donner::gpu::CopyTextureToTextureCommand::textureDstId |
Destination texture identity.
| ResourceIdentity donner::gpu::CopyTextureToTextureCommand::textureSrcId |
Source texture identity.