Table of Contents

Class IrType

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

Base class for all type nodes in the IR.

public abstract class IrType : IrNode
Inheritance
IrType
Derived
Inherited Members

Properties

Name

Gets the name of this type.

public abstract string Name { get; }

Property Value

string