PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 callback function (d3d12umddi.h)

Copies a descriptor.

Syntax

PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 Pfnd3d12ddiCopyDescriptorsSimple0003;

void Pfnd3d12ddiCopyDescriptorsSimple0003(
  D3D12DDI_HDEVICE unnamedParam1,
  UINT NumDescriptors,
  D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptorRangeStart,
  D3D12DDI_CPU_DESCRIPTOR_HANDLE SrcDescriptorRangeStart,
  D3D12DDI_DESCRIPTOR_HEAP_TYPE DescriptorHeapsType
)
{...}

Parameters

unnamedParam1

A handle to the display device (graphics context).

NumDescriptors

The number of descriptors to copy.

DestDescriptorRangeStart

A handle to the descriptor range in the destination.

SrcDescriptorRangeStart

A handle to the descriptor range in the source.

DescriptorHeapsType

The descriptor heap type.

Return value

None

Requirements

Requirement Value
Header d3d12umddi.h