Table of Contents

Class IrFragmentStage

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

Represents a fragment shader stage.

public class IrFragmentStage : IrNode
Inheritance
IrFragmentStage
Inherited Members

Properties

BindingsType

Gets or sets the optional bindings struct type.

public IrStructType? BindingsType { get; set; }

Property Value

IrStructType

Body

Gets or sets the body block of this stage.

public IrBlock Body { get; set; }

Property Value

IrBlock

InputType

Gets or sets the input struct type.

public IrStructType InputType { get; set; }

Property Value

IrStructType

Kind

Gets the IR node kind for this stage.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Name

Gets or sets the stage name.

public string Name { get; set; }

Property Value

string

OutputType

Gets or sets the output struct type.

public IrStructType OutputType { get; set; }

Property Value

IrStructType