Struct d3d11_win::core::structures::D3D11_SO_DECLARATION_ENTRY [] [src]

pub struct D3D11_SO_DECLARATION_ENTRY {
    pub Stream: UINT,
    pub SemanticName: LPCSTR,
    pub SemanticIndex: UINT,
    pub StartComponent: BYTE,
    pub ComponentCount: BYTE,
    pub OutputSlot: BYTE,
}

Fields

Stream
SemanticName
SemanticIndex
StartComponent
ComponentCount
OutputSlot