Table of Contents

Class IrStructType

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

Represents a struct type.

public class IrStructType : IrType
Inheritance
IrStructType
Inherited Members

Constructors

IrStructType(string)

Initializes a new instance of IrStructType with the specified name.

public IrStructType(string name)

Parameters

name string

Properties

Fields

Gets the list of fields in this struct.

public List<IrStructField> Fields { get; }

Property Value

List<IrStructField>

Kind

Gets the IR node kind for this type.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Name

Gets the name of this struct type.

public override string Name { get; }

Property Value

string