ReactOS 0.4.17-dev-934-g091855f
ID3D10EffectDepthStencilViewVariable Interface Reference
Inheritance diagram for ID3D10EffectDepthStencilViewVariable:
Collaboration diagram for ID3D10EffectDepthStencilViewVariable:

Public Member Functions

HRESULT SetDepthStencil (ID3D10DepthStencilView *view)
 
HRESULT GetDepthStencil (ID3D10DepthStencilView **view)
 
HRESULT SetDepthStencilArray (ID3D10DepthStencilView **views, UINT offset, UINT count)
 
HRESULT GetDepthStencilArray (ID3D10DepthStencilView **views, UINT offset, UINT count)
 
- Public Member Functions inherited from ID3D10EffectVariable
BOOL IsValid ()
 
ID3D10EffectType * GetType ()
 
HRESULT GetDesc (D3D10_EFFECT_VARIABLE_DESC *desc)
 
ID3D10EffectVariable * GetAnnotationByIndex (UINT index)
 
ID3D10EffectVariable * GetAnnotationByName (const char *name)
 
ID3D10EffectVariable * GetMemberByIndex (UINT index)
 
ID3D10EffectVariable * GetMemberByName (const char *name)
 
ID3D10EffectVariable * GetMemberBySemantic (const char *semantic)
 
ID3D10EffectVariable * GetElement (UINT index)
 
ID3D10EffectConstantBuffer * GetParentConstantBuffer ()
 
ID3D10EffectScalarVariable * AsScalar ()
 
ID3D10EffectVectorVariable * AsVector ()
 
ID3D10EffectMatrixVariable * AsMatrix ()
 
ID3D10EffectStringVariable * AsString ()
 
ID3D10EffectShaderResourceVariable * AsShaderResource ()
 
ID3D10EffectRenderTargetViewVariable * AsRenderTargetView ()
 
ID3D10EffectDepthStencilViewVariable * AsDepthStencilView ()
 
ID3D10EffectConstantBuffer * AsConstantBuffer ()
 
ID3D10EffectShaderVariable * AsShader ()
 
ID3D10EffectBlendVariable * AsBlend ()
 
ID3D10EffectDepthStencilVariable * AsDepthStencil ()
 
ID3D10EffectRasterizerVariable * AsRasterizer ()
 
ID3D10EffectSamplerVariable * AsSampler ()
 
HRESULT SetRawValue (void *data, UINT offset, UINT count)
 
HRESULT GetRawValue (void *data, UINT offset, UINT count)
 

Detailed Description

Definition at line 341 of file d3d10effect.idl.

Member Function Documentation

◆ GetDepthStencil()

HRESULT ID3D10EffectDepthStencilViewVariable::GetDepthStencil ( ID3D10DepthStencilView **  view)

◆ GetDepthStencilArray()

HRESULT ID3D10EffectDepthStencilViewVariable::GetDepthStencilArray ( ID3D10DepthStencilView **  views,
UINT  offset,
UINT  count 
)

◆ SetDepthStencil()

HRESULT ID3D10EffectDepthStencilViewVariable::SetDepthStencil ( ID3D10DepthStencilView *  view)

◆ SetDepthStencilArray()

HRESULT ID3D10EffectDepthStencilViewVariable::SetDepthStencilArray ( ID3D10DepthStencilView **  views,
UINT  offset,
UINT  count 
)

The documentation for this interface was generated from the following file: