|
|
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.
|
Layout of one struct member. More...
#include "donner/gpu/shader/IrLayout.h"
Public Member Functions | |
| bool | operator== (const StructMemberLayout &other) const =default |
| Equality operator. | |
Public Attributes | |
| uint32_t | offsetBytes = 0 |
| Byte offset from the start of the struct. | |
| TypeLayout | layout |
| Member type layout in the queried address space. | |
Layout of one struct member.
|
default |
Equality operator.
| other | Layout to compare against. |