structure CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK

Structure d’assistance utilisée pour décrire un exemple de masque en tant qu’objet unique adapté à une description de flux.

Syntaxe

struct CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK {
                                            CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK;
                                            CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK(UINT const &i);
  CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK operator=(UINT const& i);
                                            operator UINT() const;
};

Membres

CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK

Crée un nouveau instance non initialisé d’un CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK.

CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK(UINT const &i)

Crée une instance d’une CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK, initialisée avec un type de sous-objet de données D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_MASK et de sous-objet copiées à partir de i, un exemple de masque UINT.

operator=(UINT const& i)

Opérateur d’attribution de copie.

opérateur UINT() const

Conversion implicite en exemple de masque UINT .

Notes

CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK 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<UINT, D3D12_PIPELINE_STATE_SUBOBJECT_TYPE_SAMPLE_MASK>
    CD3DX12_PIPELINE_STATE_STREAM_SAMPLE_MASK;
          

Spécifications

Condition requise Valeur
En-tête
D3dx12.h

Voir aussi

Structures d’assistance pour D3D12

CD3DX12_PIPELINE_STATE_STREAM_SUBOBJECT

D3D12_PIPELINE_STATE_SUBOBJECT_TYPE