PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

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
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_copy_descriptors_simple_0003)

PFND3D12DDI_COPY_DESCRIPTORS_SIMPLE_0003 callback function

Description

Copies a descriptor.

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.

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