|
|
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.
|
Vertex stage of a RenderPipelineDescriptor. More...
#include "donner/gpu/Descriptors.h"
Public Attributes | |
| ShaderModuleRef | module |
| Shader module containing the entry point. | |
| RcString | entryPoint |
| Entry point name. Must be nonempty. | |
| std::vector< VertexBufferLayout > | buffers |
| Vertex buffer layouts, by slot. | |
Vertex stage of a RenderPipelineDescriptor.
| std::vector<VertexBufferLayout> donner::gpu::VertexState::buffers |
Vertex buffer layouts, by slot.
| RcString donner::gpu::VertexState::entryPoint |
Entry point name. Must be nonempty.
| ShaderModuleRef donner::gpu::VertexState::module |
Shader module containing the entry point.