// d3d12umddi.h
PFND3D12DDI_CREATECOMMANDALLOCATOR Pfnd3d12ddiCreatecommandallocator;
HRESULT Pfnd3d12ddiCreatecommandallocator(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDIARG_CREATECOMMANDALLOCATOR *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The user-mode display driver's (UMD) pfnCreateCommandAllocator function creates a command allocator.
unnamedParam1[in] A handle to the display device (graphics context).
unnamedParam2[in] Pointer to a D3D12DDIARG_CREATECOMMANDALLOCATOR structure that describes the command allocator to create.
pfnCreateCommandAllocator returns an HRESULT value.
The command allocator corresponds to the underlying allocations in which GPU command lists are stored. It applies to both direct and bundle command lists.
D3D12DDIARG_CREATECOMMANDALLOCATOR
pfnCalcPrivateCommandAllocatorSize