Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.37 KB

nf-d3d11-id3d11samplerstate-getdesc.md

File metadata and controls

70 lines (58 loc) · 2.37 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:d3d11.ID3D11SamplerState.GetDesc
ID3D11SamplerState::GetDesc (d3d11.h)
Gets the description for sampler state that you used to create the sampler-state object.
3558faeb-2890-903a-fe84-4afdeb705f2b
GetDesc
GetDesc method [Direct3D 11]
GetDesc method [Direct3D 11]
ID3D11SamplerState interface
ID3D11SamplerState interface [Direct3D 11]
GetDesc method
ID3D11SamplerState.GetDesc
ID3D11SamplerState::GetDesc
d3d11/ID3D11SamplerState::GetDesc
direct3d11.id3d11samplerstate_getdesc
direct3d11\id3d11samplerstate_getdesc.htm
direct3d11
cca7f0f1-44b7-4f49-9149-acb12d745890
12/05/2018
3558faeb-2890-903a-fe84-4afdeb705f2b, GetDesc, GetDesc method [Direct3D 11], GetDesc method [Direct3D 11],ID3D11SamplerState interface, ID3D11SamplerState interface [Direct3D 11],GetDesc method, ID3D11SamplerState.GetDesc, ID3D11SamplerState::GetDesc, d3d11/ID3D11SamplerState::GetDesc, direct3d11.id3d11samplerstate_getdesc
d3d11.h
Windows
D3D11.lib
Windows
19H1
ID3D11SamplerState::GetDesc
d3d11/ID3D11SamplerState::GetDesc
c++
APIRef
kbSyntax
COM
D3D11.lib
D3D11.dll
ID3D11SamplerState.GetDesc

ID3D11SamplerState::GetDesc

-description

Gets the description for sampler state that you used to create the sampler-state object.

-parameters

-param pDesc [out]

Type: D3D11_SAMPLER_DESC*

A pointer to a D3D11_SAMPLER_DESC structure that receives a description of the sampler state.

-remarks

You use the description for sampler state in a call to the ID3D11Device::CreateSamplerState method to create the sampler-state object.

-see-also

ID3D11SamplerState