Table of Contents

Class IrInterpolationDecoration

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

Represents an interpolation mode decoration.

public class IrInterpolationDecoration : IrDecoration
Inheritance
IrInterpolationDecoration
Inherited Members

Constructors

IrInterpolationDecoration(InterpolationMode)

Initializes a new instance of IrInterpolationDecoration with the specified mode.

public IrInterpolationDecoration(InterpolationMode mode)

Parameters

mode InterpolationMode

Properties

Kind

Gets the IR node kind for this decoration.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Mode

Gets the interpolation mode.

public InterpolationMode Mode { get; }

Property Value

InterpolationMode