ID3D10EffectConstantBuffer::GetConstantBuffer method (d3d10effect.h)

Get a constant-buffer.

Syntax

HRESULT GetConstantBuffer(
  [out] ID3D10Buffer **ppConstantBuffer
);

Parameters

[out] ppConstantBuffer

Type: ID3D10Buffer**

The address of a pointer to a constant-buffer interface. See ID3D10Buffer Interface.

Return value

Type: HRESULT

Returns one of the following Direct3D 10 Return Codes.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectConstantBuffer Interface