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

Public Member Functions

HRESULT SetConstantBuffer (ID3D10Buffer *buffer)
 
HRESULT GetConstantBuffer (ID3D10Buffer **buffer)
 
HRESULT SetTextureBuffer (ID3D10ShaderResourceView *view)
 
HRESULT GetTextureBuffer (ID3D10ShaderResourceView **view)
 
- 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 232 of file d3d10effect.idl.

Member Function Documentation

◆ GetConstantBuffer()

HRESULT ID3D10EffectConstantBuffer::GetConstantBuffer ( ID3D10Buffer **  buffer)

◆ GetTextureBuffer()

HRESULT ID3D10EffectConstantBuffer::GetTextureBuffer ( ID3D10ShaderResourceView **  view)

◆ SetConstantBuffer()

HRESULT ID3D10EffectConstantBuffer::SetConstantBuffer ( ID3D10Buffer *  buffer)

◆ SetTextureBuffer()

HRESULT ID3D10EffectConstantBuffer::SetTextureBuffer ( ID3D10ShaderResourceView *  view)

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