structure CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC
Structure d’assistance utilisée pour décrire un exemple de description en tant qu’objet unique adapté à une description de flux.
Syntaxe
struct CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC {
CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC;
CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC(DXGI_SAMPLE_DESC const &i);
CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC operator=(DXGI_SAMPLE_DESC const& i);
operator DXGI_SAMPLE_DESC() const;
};
Membres
-
CD3DX12_PIPELINE_STATE_STREAM_RASTERIZER
-
Crée un nouveau instance non initialisé d’un CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC.
-
CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC(DXGI_SAMPLE_DESC const &i)
-
Crée une instance d’une CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC, initialisée avec un type de sous-objet de données D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_DESC et de sous-objet copiées à partir de i, une structure DXGI_SAMPLE_DESC.
-
operator=(DXGI_SAMPLE_DESC const& i)
-
Opérateur d’attribution de copie.
-
operator DXGI_SAMPLE_DESC() const
-
Conversion implicite en structure DXGI_SAMPLE_DESC .
Notes
CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC est une spécialisation typedef du modèle CD3DX12_PIPELINE_STATE_STREAM_SUBOBJECT et est défini comme suit :
typedef CD3DX12_PIPELINE_STATE_STREAM_SUBOBJECT<DXGI_SAMPLE_DESC, D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_DESC>
CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_DESC;
Spécifications
Condition requise | Valeur |
---|---|
En-tête |
|