Table of Contents

Class IrStructField

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

Represents a field in a struct.

public class IrStructField
Inheritance
IrStructField
Inherited Members

Properties

Decorations

Gets the list of decorations applied to this field.

public List<IrDecoration> Decorations { get; }

Property Value

List<IrDecoration>

Name

Gets or sets the field name.

public string Name { get; set; }

Property Value

string

Type

Gets or sets the field type.

public IrType Type { get; set; }

Property Value

IrType