Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Set a depth-stencil-view resource.
Syntax
HRESULT SetDepthStencil(
[in] ID3D10DepthStencilView *pResource
);
Parameters
[in] pResource
Type: ID3D10DepthStencilView*
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) |