Table of Contents

Class IrStructDecl

Namespace
Xui.GPU.IR
Assembly
Xui.Core.dll

Represents a struct declaration.

public class IrStructDecl : IrNode
Inheritance
IrStructDecl
Inherited Members

Constructors

IrStructDecl(IrStructType)

Initializes a new instance of IrStructDecl with the specified struct type.

public IrStructDecl(IrStructType type)

Parameters

type IrStructType

Properties

Kind

Gets the IR node kind for this declaration.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Type

Gets the struct type being declared.

public IrStructType Type { get; }

Property Value

IrStructType