PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW callback function (d3d12umddi.h)

Create constant buffer view.

Syntax

PFND3D12DDI_CREATE_CONSTANT_BUFFER_VIEW Pfnd3d12ddiCreateConstantBufferView;

void Pfnd3d12ddiCreateConstantBufferView(
  D3D12DDI_HDEVICE unnamedParam1,
  const D3D12DDI_CONSTANT_BUFFER_VIEW_DESC *unnamedParam2,
  D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptor
)
{...}

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

Pointer to a D3D12DDI_CONSTANT_BUFFER_VIEW_DESC structure.

DestDescriptor

CPU descriptor handle.

Return value

None

Requirements

Requirement Value
Header d3d12umddi.h