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::TextureViewBinding Struct Reference

A texture view bound through a bind group. More...

#include "donner/gpu/Descriptors.h"

Public Attributes

TextureViewRef view
 Bound view. Texture needs TextureUsage::Sampled.

Detailed Description

A texture view bound through a bind group.

Member Data Documentation

◆ view

TextureViewRef donner::gpu::TextureViewBinding::view

Bound view. Texture needs TextureUsage::Sampled.


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