Partager via


ID3D10EffectDepthStencilViewVariable ::SetDepthStencilArray, méthode (d3d10effect.h)

Définissez un tableau de ressources depth-stencil-view.

Syntaxe

HRESULT SetDepthStencilArray(
  [out] ID3D10DepthStencilView **ppResources,
  [in]  UINT                   Offset,
  [in]  UINT                   Count
);

Paramètres

[out] ppResources

Type : ID3D10DepthStencilView**

Pointeur vers un tableau d’interfaces depth-stencil-view. Consultez Interface ID3D10DepthStencilView.

[in] Offset

Type : UINT

Index de tableau de base zéro pour définir la première interface.

[in] Count

Type : UINT

Nombre d’éléments dans le tableau.

Valeur retournée

Type : HRESULT

Renvoie l’un des codes de retour Direct3D 10 suivants.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête d3d10effect.h (inclure D3d10)

Voir aussi

ID3D10EffectDepthStencilViewVariable Interface