// d3d12umddi.h
PFND3D12DDI_GET_WORK_GRAPH_MEMORY_REQUIREMENTS_0108 Pfnd3d12ddiGetWorkGraphMemoryRequirements0108;
void Pfnd3d12ddiGetWorkGraphMemoryRequirements0108(
D3D12DDI_HSTATEOBJECT_0054 unnamedParam1,
LPCWSTR pProgramName,
D3D12DDI_WORK_GRAPH_MEMORY_REQUIREMENTS_0108 *pRequirements
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The user-mode driver's pfnGetWorkGraphMemoryRequirements function gets the backing memory size requirements for a work graph.
unnamedParam1[in] A D3D12DDI_HSTATEOBJECT_0054 handle to the state object for which the memory requirements are being queried.
pProgramName[in] Pointer to a string that contains the name of the work graph which to retrieve memory requirements.
pRequirements[out] Pointer to a D3D12DDI_WORK_GRAPH_MEMORY_REQUIREMENTS_0108 structure in which to return the backing memory size requirements for the work graph.
For more information, see Work graphs.
D3D12DDI_WORK_GRAPH_MEMORY_REQUIREMENTS_0108