PFND3D12DDI_GET_WORK_GRAPH_MEMORY_REQUIREMENTS_0108 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

The user-mode driver's pfnGetWorkGraphMemoryRequirements function gets the backing memory size requirements for a work graph.

Parameters

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.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_WORK_GRAPH_MEMORY_REQUIREMENTS_0108