PFND3D12DDI_CALCPRIVATESCHEDULINGGROUPSIZE_0050 - NtDoc

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

PFND3D12DDI_CALCPRIVATESCHEDULINGGROUPSIZE_0050 Pfnd3d12ddiCalcprivateschedulinggroupsize0050;

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

NtDoc

No description available.

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

PFND3D12DDI_CALCPRIVATESCHEDULINGGROUPSIZE_0050 callback function

Description

The pfnCalcPrivateSchedulingGroupSize callback function returns the size of the hardware scheduling group.

Parameters

unnamedParam1

An hDevice that represents a handle to the display device (graphics context).

unnamedParam2

Pointer to a D3D12DDIARG_CREATESCHEDULINGGROUP_0050 structure that represents arguments needed to create a hardware scheduling group.

Return value

Returns SIZE_T that represents the size.

Prototype

//Declaration

PFND3D12DDI_CALCPRIVATESCHEDULINGGROUPSIZE_0050 Pfnd3d12ddiCalcprivateschedulinggroupsize0050;

// Definition

SIZE_T Pfnd3d12ddiCalcprivateschedulinggroupsize0050
(
    D3D12DDI_HDEVICE Arg1
    CONST D3D12DDIARG_CREATESCHEDULINGGROUP_0050 *
)
{...}

Remarks

See also