PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW - NtDoc

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

PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW Pfnd3d12ddiCreateConstantBufferView;

VOID Pfnd3d12ddiCreateConstantBufferView(
  D3D12DDI_HDEVICE unnamedParam1,
  const D3D12DDI_CONSTANT_BUFFER_VIEW_DESC *unnamedParam2,
  D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptor
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW callback function

Description

Create constant buffer view.

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

Pointer to a D3D12DDI_CONSTANT_BUFFER_VIEW_DESC structure.

DestDescriptor

CPU descriptor handle.

Prototype

//Declaration

PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW Pfnd3d12ddiCreateConstantBufferView;

// Definition

VOID Pfnd3d12ddiCreateConstantBufferView
(
     D3D12DDI_HDEVICE
    CONST D3D12DDI_CONSTANT_BUFFER_VIEW_DESC *
    D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptor
)
{...}

PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW