Partager via


ID3D12GraphicsCommandList::SOSetTargets, méthode (d3d12.h)

Définit les vues de mémoire tampon de sortie de flux.

Syntaxe

void SOSetTargets(
  [in]           UINT                                  StartSlot,
  [in]           UINT                                  NumViews,
  [in, optional] const D3D12_STREAM_OUTPUT_BUFFER_VIEW *pViews
);

Paramètres

[in] StartSlot

Type : UINT

Indexez dans le tableau de base zéro de l’appareil pour commencer à définir des mémoires tampons de sortie de flux.

[in] NumViews

Type : UINT

Nombre d’entrées dans le tableau pViews .

[in, optional] pViews

Type : const D3D12_STREAM_OUTPUT_BUFFER_VIEW*

Spécifie un tableau de structures D3D12_STREAM_OUTPUT_BUFFER_VIEW .

Valeur de retour

None

Spécifications

   
Plateforme cible Windows
En-tête d3d12.h
Bibliothèque D3d12.lib
DLL D3d12.dll

Voir aussi

ID3D12GraphicsCommandList