Struct ShaderStreamOutputDeclarationEntry
Description of a StreamOutput declaration entry.
[DataContract]
public struct ShaderStreamOutputDeclarationEntry
- Inherited Members
Fields
ComponentCount
The component count
public byte ComponentCount
Field Value
OutputSlot
The output slot
public byte OutputSlot
Field Value
SemanticIndex
The semantic index.
public int SemanticIndex
Field Value
SemanticName
The semantic name.
public string SemanticName
Field Value
StartComponent
The start component
public byte StartComponent
Field Value
Stream
The stream index.
public int Stream