PFND3D12DDI_CALCPRIVATESCHEDULINGGROUPSIZE_0050 callback function (d3d12umddi.h)
The pfnCalcPrivateSchedulingGroupSize callback function returns the size of the hardware scheduling group.
Syntax
PFND3D12DDI_CALCPRIVATESCHEDULINGGROUPSIZE_0050 Pfnd3d12ddiCalcprivateschedulinggroupsize0050;
SIZE_T Pfnd3d12ddiCalcprivateschedulinggroupsize0050(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDIARG_CREATESCHEDULINGGROUP_0050 *unnamedParam2
)
{...}
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |