PFND3D12DDI_CREATESCHEDULINGGROUPCONTEXTVIRTUAL_CB_0050 callback function (d3d12umddi.h)
Creates a virtual context associated with a scheduling group.
Syntax
PFND3D12DDI_CREATESCHEDULINGGROUPCONTEXTVIRTUAL_CB_0050 Pfnd3d12ddiCreateschedulinggroupcontextvirtualCb0050;
HRESULT Pfnd3d12ddiCreateschedulinggroupcontextvirtualCb0050(
D3D12DDI_HRTSCHEDULINGGROUP_0050 hRTSchedulingGroup,
D3DDDICB_CREATECONTEXTVIRTUAL *unnamedParam2
)
{...}
Parameters
hRTSchedulingGroup
A D3D12DDI_HRTSCHEDULINGGROUP_0050 runtime handle type that represents the contexts associated with a hardware scheduling group.
unnamedParam2
A pointer to a D3DDDICB_CREATECONTEXTVIRTUAL structure that describes the context to create.
Return value
Returns HRESULT.
Remarks
This callback should be used with contexts that support virtual addressing.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |