Table of Contents

Struct ShaderStreamOutputDeclarationEntry

Namespace
Stride.Shaders
Assembly
Stride.Shaders.dll

Description of a StreamOutput declaration entry.

[DataContract]
public struct ShaderStreamOutputDeclarationEntry
Inherited Members

Fields

ComponentCount

The component count

public byte ComponentCount

Field Value

byte

OutputSlot

The output slot

public byte OutputSlot

Field Value

byte

SemanticIndex

The semantic index.

public int SemanticIndex

Field Value

int

SemanticName

The semantic name.

public string SemanticName

Field Value

string

StartComponent

The start component

public byte StartComponent

Field Value

byte

Stream

The stream index.

public int Stream

Field Value

int