Class IrTextureType
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
pixelTypeIrType
Properties
Kind
Gets the IR node kind for this type.
public override IrNodeKind Kind { get; }
Property Value
Name
Gets the display name of this texture type.
public override string Name { get; }
Property Value
PixelType
Gets the pixel element type of the texture.
public IrType PixelType { get; }