Partager via


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

Obtenir une ressource depth-stencil-view.

Syntaxe

HRESULT GetDepthStencil(
  [out] ID3D10DepthStencilView **ppResource
);

Paramètres

[out] ppResource

Type : ID3D10DepthStencilView**

Adresse d’un pointeur vers une interface profondeur-gabarit-vue. Consultez Interface ID3D10DepthStencilView.

Valeur retournée

Type : HRESULT

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

Configuration requise

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

Voir aussi

ID3D10EffectDepthStencilViewVariable Interface