Table of Contents

Class IrLocationDecoration

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

Represents a location decoration for vertex inputs/outputs.

public class IrLocationDecoration : IrDecoration
Inheritance
IrLocationDecoration
Inherited Members

Constructors

IrLocationDecoration(int)

Initializes a new instance of IrLocationDecoration with the specified location.

public IrLocationDecoration(int location)

Parameters

location int

Properties

Kind

Gets the IR node kind for this decoration.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Location

Gets the location index.

public int Location { get; }

Property Value

int