// d3d12umddi.h
PFND3D12DDI_CREATESCHEDULINGGROUPCONTEXTVIRTUAL_CB_0050 Pfnd3d12ddiCreateschedulinggroupcontextvirtualCb0050;
HRESULT Pfnd3d12ddiCreateschedulinggroupcontextvirtualCb0050(
D3D12DDI_HRTSCHEDULINGGROUP_0050 hRTSchedulingGroup,
D3DDDICB_CREATECONTEXTVIRTUAL *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Creates a virtual context associated with a scheduling group.
hRTSchedulingGroupA D3D12DDI_HRTSCHEDULINGGROUP_0050 runtime handle type that represents the contexts associated with a hardware scheduling group.
unnamedParam2A pointer to a D3DDDICB_CREATECONTEXTVIRTUAL structure that describes the context to create.
Returns HRESULT.
//Declaration
PFND3D12DDI_CREATESCHEDULINGGROUPCONTEXTVIRTUAL_CB_0050 Pfnd3d12ddiCreateschedulinggroupcontextvirtualCb0050;
// Definition
HRESULT Pfnd3d12ddiCreateschedulinggroupcontextvirtualCb0050
(
D3D12DDI_HRTSCHEDULINGGROUP_0050 hRTSchedulingGroup
D3DDDICB_CREATECONTEXTVIRTUAL *
)
{...}
This callback should be used with contexts that support virtual addressing.