ID3D10EffectDepthStencilViewVariable::GetDepthStencil method (d3d10effect.h)
Get a depth-stencil-view resource.
Syntax
HRESULT GetDepthStencil(
[out] ID3D10DepthStencilView **ppResource
);
Parameters
[out] ppResource
Type: ID3D10DepthStencilView**
The address of a pointer to a depth-stencil-view interface. See ID3D10DepthStencilView Interface.
Return value
Type: HRESULT
Returns one of the following Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h (include D3d10) |