ID3DX11EffectDepthStencilViewVariable interface

A depth-stencil-view-variable interface accesses a depth-stencil view.

Members

The ID3DX11EffectDepthStencilViewVariable interface inherits from ID3DX11EffectVariable. ID3DX11EffectDepthStencilViewVariable also has these types of members:

Methods

The ID3DX11EffectDepthStencilViewVariable interface has these methods.

Method Description
GetDepthStencil Get a depth-stencil-view resource.
GetDepthStencilArray Get an array of depth-stencil-view resources.
SetDepthStencil Set a depth-stencil-view resource.
SetDepthStencilArray Set an array of depth-stencil-view resources.

Remarks

Note

The DirectX SDK does not supply any compiled binaries for effects. You must use Effects 11 source to build your effects-type application. For more information about using Effects 11 source, see Differences Between Effects 10 and Effects 11.

Requirements

Requirement Value
Header
D3dx11effect.h
Library
N/A (An Effects 11 library is available online as shared source.)

See also

ID3DX11EffectVariable

Effects 11 Interfaces

D3DX Interfaces