[]
D3D11_SO_DECLARATION_ENTRY
public struct StreamOutputElement
Initializes a new instance of the StreamOutputElement struct.
public StreamOutputElement(int streamIndex, string semanticName, int semanticIndex, byte startComponent, byte componentCount, byte outputSlot)
streamIndex intZero-based, stream number
semanticName stringName of the semantic.
semanticIndex intIndex of the semantic.
startComponent byteThe start component.
componentCount byteThe component count.
outputSlot byteThe output slot.
unsigned char ComponentCount
public byte ComponentCount
unsigned char OutputSlot
public byte OutputSlot
unsigned int SemanticIndex
public int SemanticIndex
const char* SemanticName
public string SemanticName
unsigned char StartComponent
public byte StartComponent
unsigned int Stream
public int Stream