Table of Contents

Class IrScalarType

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

Represents a scalar type (F32, I32, U32, Bool).

public class IrScalarType : IrType
Inheritance
IrScalarType
Inherited Members

Constructors

IrScalarType(ScalarKind)

Initializes a new instance of IrScalarType with the specified scalar kind.

public IrScalarType(ScalarKind kind)

Parameters

kind ScalarKind

Properties

Kind

Gets the IR node kind for this type.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Name

Gets the display name of this scalar type.

public override string Name { get; }

Property Value

string

ScalarKind

Gets the scalar kind.

public ScalarKind ScalarKind { get; }

Property Value

ScalarKind