[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.StreamOutputElement.-ctor

StreamOutputElement Constructor

StreamOutputElement(int, string, int, byte, byte, byte)

Initializes a new instance of the StreamOutputElement struct.

Declaration
public StreamOutputElement(int streamIndex, string semanticName, int semanticIndex, byte startComponent, byte componentCount, byte outputSlot)
Public Sub New(streamIndex As Integer, semanticName As String, semanticIndex As Integer, startComponent As Byte, componentCount As Byte, outputSlot As Byte)
Parameters
Type Name Description
int streamIndex

Zero-based, stream number

string semanticName

Name of the semantic.

int semanticIndex

Index of the semantic.

byte startComponent

The start component.

byte componentCount

The component count.

byte outputSlot

The output slot.