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.
Loading...
Searching...
No Matches
donner::gpu::TexelCopyTextureInfo Struct Reference

Source texture of a texture-to-buffer copy. Copies start at texel (0, 0). More...

#include "donner/gpu/Descriptors.h"

Public Attributes

TextureRef texture
 Source texture. Needs TextureUsage::CopySrc.

Detailed Description

Source texture of a texture-to-buffer copy. Copies start at texel (0, 0).

Member Data Documentation

◆ texture

TextureRef donner::gpu::TexelCopyTextureInfo::texture

Source texture. Needs TextureUsage::CopySrc.


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