Class IrFragmentStage
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
Body
Gets or sets the body block of this stage.
public IrBlock Body { get; set; }
Property Value
InputType
Gets or sets the input struct type.
public IrStructType InputType { get; set; }
Property Value
Kind
Gets the IR node kind for this stage.
public override IrNodeKind Kind { get; }
Property Value
Name
Gets or sets the stage name.
public string Name { get; set; }
Property Value
OutputType
Gets or sets the output struct type.
public IrStructType OutputType { get; set; }