Table of Contents

Class IrBuiltInDecoration

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

Represents a built-in semantic decoration.

public class IrBuiltInDecoration : IrDecoration
Inheritance
IrBuiltInDecoration
Inherited Members

Constructors

IrBuiltInDecoration(BuiltInSemantic)

Initializes a new instance of IrBuiltInDecoration with the specified semantic.

public IrBuiltInDecoration(BuiltInSemantic semantic)

Parameters

semantic BuiltInSemantic

Properties

Kind

Gets the IR node kind for this decoration.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Semantic

Gets the built-in semantic.

public BuiltInSemantic Semantic { get; }

Property Value

BuiltInSemantic