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::shader::IrConstant Struct Reference

One module-scope constant. More...

#include "donner/gpu/shader/IrModule.h"

Public Attributes

RcString name
 Constant name.
IrExpr value
 Literal value (determines the type).

Detailed Description

One module-scope constant.

Member Data Documentation

◆ name

RcString donner::gpu::shader::IrConstant::name

Constant name.

◆ value

IrExpr donner::gpu::shader::IrConstant::value

Literal value (determines the type).


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