|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
One entry of a BindGroupDescriptor. The resource alternative must match the BindingType of the layout entry with the same binding index. More...
#include "donner/gpu/Descriptors.h"
Public Attributes | |
| uint32_t | binding = 0 |
| Shader binding index. | |
| std::variant< BufferBinding, TextureViewBinding, SamplerBinding > | resource |
| Bound resource. | |
One entry of a BindGroupDescriptor. The resource alternative must match the BindingType of the layout entry with the same binding index.
| uint32_t donner::gpu::BindGroupEntry::binding = 0 |
Shader binding index.
| std::variant<BufferBinding, TextureViewBinding, SamplerBinding> donner::gpu::BindGroupEntry::resource |
Bound resource.