Table of Contents

Class IrTextureType

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

Represents a texture type.

public class IrTextureType : IrType
Inheritance
IrTextureType
Inherited Members

Constructors

IrTextureType(IrType)

Initializes a new instance of IrTextureType with the specified pixel type.

public IrTextureType(IrType pixelType)

Parameters

pixelType IrType

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

public override string Name { get; }

Property Value

string

PixelType

Gets the pixel element type of the texture.

public IrType PixelType { get; }

Property Value

IrType