Condividi tramite


struttura CD3DX12_PIPELINE_STATE_STREAM_VIEW_INSTANCING

Struttura helper usata per eseguire il wrapping di una struttura CD3DX12_VIEW_INSTANCING_DESC . Consente ai shader di eseguire il rendering in più visualizzazioni con una singola chiamata di disegno; utile per la visione stereo o la generazione di cubi.

Sintassi

typedef CD3DX12_PIPELINE_STATE_STREAM_SUBOBJECT<CD3DX12_VIEW_INSTANCING_DESC, D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_VIEW_INSTANCING, CD3DX12_DEFAULT> CD3DX12_PIPELINE_STATE_STREAM_VIEW_INSTANCING;

CD3DX12_PIPELINE_STATE_STREAM_VIEW_INSTANCING è una typedef specializzazione del modello di CD3DX12_PIPELINE_STATE_STREAM_SUBOBJECT .

Membri

Vedere CD3DX12_PIPELINE_STATE_STREAM_SUBOBJECT e CD3DX12_VIEW_INSTANCING_DESC.

Requisiti

Requisito Valore
Intestazione D3dx12.h

Vedi anche