Table of Contents

Class IrSamplerType

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

Represents a sampler type.

public class IrSamplerType : IrType
Inheritance
IrSamplerType
Inherited Members

Fields

Instance

Shared singleton instance of the sampler type.

public static readonly IrSamplerType Instance

Field Value

IrSamplerType

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 sampler type.

public override string Name { get; }

Property Value

string