Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 1.85 KB

nc-d3d12umddi-pfnd3d12ddi_copy_descriptors_simple_0003.md

File metadata and controls

94 lines (70 loc) · 1.85 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3d12umddi.PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003
PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 (d3d12umddi.h)
Copies a descriptor.
10/19/2018
PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 callback function
d3d12umddi.h
Windows
display
RS5
PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003
d3d12umddi/PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003
apiref
UserDefined
d3d12umddi.h
PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003
c++

PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 callback function

-description

Copies a descriptor.

-parameters

-param unnamedParam1

A handle to the display device (graphics context).

-param NumDescriptors

The number of descriptors to copy.

-param DestDescriptorRangeStart

A handle to the descriptor range in the destination.

-param SrcDescriptorRangeStart

A handle to the descriptor range in the source.

-param DescriptorHeapsType

The descriptor heap type.

-prototype

//Declaration

PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 Pfnd3d12ddiCopyDescriptorsSimple0003; 

// Definition

VOID Pfnd3d12ddiCopyDescriptorsSimple0003 
(
	 D3D12DDI_HDEVICE
	UINT NumDescriptors
	D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptorRangeStart
	D3D12DDI_CPU_DESCRIPTOR_HANDLE SrcDescriptorRangeStart
	D3D12DDI_DESCRIPTOR_HEAP_TYPE DescriptorHeapsType
)
{...}

PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003