Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.2 KB

nf-d3d12-id3d12device-createsampler.md

File metadata and controls

71 lines (58 loc) · 2.2 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:d3d12.ID3D12Device.CreateSampler
ID3D12Device::CreateSampler (d3d12.h)
Create a sampler object that encapsulates sampling information for a texture.
CreateSampler
CreateSampler method
CreateSampler method
ID3D12Device interface
ID3D12Device interface
CreateSampler method
ID3D12Device.CreateSampler
ID3D12Device::CreateSampler
d3d12/ID3D12Device::CreateSampler
direct3d12.id3d12device_createsampler
direct3d12\id3d12device_createsampler.htm
direct3d12
453B2D3D-843E-4DB0-BC47-59BD9C78BFD6
12/05/2018
CreateSampler, CreateSampler method, CreateSampler method,ID3D12Device interface, ID3D12Device interface,CreateSampler method, ID3D12Device.CreateSampler, ID3D12Device::CreateSampler, d3d12/ID3D12Device::CreateSampler, direct3d12.id3d12device_createsampler
d3d12.h
Windows
D3D12.lib
D3D12.dll
Windows
19H1
ID3D12Device::CreateSampler
d3d12/ID3D12Device::CreateSampler
c++
APIRef
kbSyntax
COM
D3D12.dll
ID3D12Device.CreateSampler

ID3D12Device::CreateSampler

-description

Create a sampler object that encapsulates sampling information for a texture.

-parameters

-param pDesc [in]

Type: const D3D12_SAMPLER_DESC*

A pointer to a D3D12_SAMPLER_DESC structure that describes the sampler.

-param DestDescriptor [in]

Type: D3D12_CPU_DESCRIPTOR_HANDLE

Describes the CPU descriptor handle that represents the start of the heap that holds the sampler.

-see-also

ID3D12Device