PFND3D12DDI_CALCPRIVATECOMMANDALLOCATORSIZE - NtDoc

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

PFND3D12DDI_CALCPRIVATECOMMANDALLOCATORSIZE Pfnd3d12ddiCalcprivatecommandallocatorsize;

SIZE_T Pfnd3d12ddiCalcprivatecommandallocatorsize(
  D3D12DDI_HDEVICE unnamedParam1,
  const D3D12DDIARG_CREATECOMMANDALLOCATOR *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CALCPRIVATECOMMANDALLOCATORSIZE callback function

Description

Calculates private command allocator size.

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

Pointer to a D3D12DDIARG_CREATECOMMANDALLOCATOR structure.

Return value

Returns SIZE_T.

Prototype

//Declaration

PFND3D12DDI_CALCPRIVATECOMMANDALLOCATORSIZE Pfnd3d12ddiCalcprivatecommandallocatorsize;

// Definition

SIZE_T Pfnd3d12ddiCalcprivatecommandallocatorsize
(
     D3D12DDI_HDEVICE
    CONST D3D12DDIARG_CREATECOMMANDALLOCATOR *
)
{...}

PFND3D12DDI_CALCPRIVATECOMMANDALLOCATORSIZE

Remarks

See also