|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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. |