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