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::StructMemberLayout Struct Reference

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.

Detailed Description

Layout of one struct member.

Member Function Documentation

◆ operator==()

bool donner::gpu::shader::StructMemberLayout::operator== ( const StructMemberLayout & other) const
default

Equality operator.

Parameters
otherLayout to compare against.

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