Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 3.06 KB

nf-d3d10-id3d10device-psgetconstantbuffers.md

File metadata and controls

82 lines (64 loc) · 3.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d10.ID3D10Device.PSGetConstantBuffers
ID3D10Device::PSGetConstantBuffers (d3d10.h)
Get the constant buffers used by the pixel shader pipeline stage. (ID3D10Device.PSGetConstantBuffers)
ID3D10Device interface [Direct3D 10]
PSGetConstantBuffers method
ID3D10Device.PSGetConstantBuffers
ID3D10Device::PSGetConstantBuffers
PSGetConstantBuffers
PSGetConstantBuffers method [Direct3D 10]
PSGetConstantBuffers method [Direct3D 10]
ID3D10Device interface
d3d10/ID3D10Device::PSGetConstantBuffers
direct3d10.id3d10device_psgetconstantbuffers
eab94e38-3b29-902e-3cc8-c2e19db2df68
direct3d10\id3d10device_psgetconstantbuffers.htm
direct3d10
VS|directx_sdk|~\id3d10device_psgetconstantbuffers.htm
12/05/2018
ID3D10Device interface [Direct3D 10],PSGetConstantBuffers method, ID3D10Device.PSGetConstantBuffers, ID3D10Device::PSGetConstantBuffers, PSGetConstantBuffers, PSGetConstantBuffers method [Direct3D 10], PSGetConstantBuffers method [Direct3D 10],ID3D10Device interface, d3d10/ID3D10Device::PSGetConstantBuffers, direct3d10.id3d10device_psgetconstantbuffers, eab94e38-3b29-902e-3cc8-c2e19db2df68
d3d10.h
Windows
D3D10.lib
Windows
19H1
ID3D10Device::PSGetConstantBuffers
d3d10/ID3D10Device::PSGetConstantBuffers
c++
APIRef
kbSyntax
COM
D3D10.lib
D3D10.dll
ID3D10Device.PSGetConstantBuffers

ID3D10Device::PSGetConstantBuffers

-description

Get the constant buffers used by the pixel shader pipeline stage.

-parameters

-param StartSlot [in]

Type: UINT

Index into the device's zero-based array to begin retrieving constant buffers from.

-param NumBuffers [in]

Type: UINT

Number of buffers to retrieve.

-param ppConstantBuffers [out]

Type: ID3D10Buffer**

Array of constant buffer interface pointers (see ID3D10Buffer) to be returned by the method.

-remarks

Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.

-see-also

ID3D10Device Interface