D3D12DDI_DOWNLEVEL_SUPPORT_CALLBACKS_0054 - NtDoc

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

typedef struct D3D12DDI_DOWNLEVEL_SUPPORT_CALLBACKS_0054 {
  PFND3D12DDI_CREATESYNCHRONIZATIONOBJECT2CB  pfnCreateSynchronizationObject2Cb;
  PFND3D12DDI_WAITFORSYNCHRONIZATIONOBJECT2CB pfnWaitForSynchronizationObject2Cb;
  PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB  pfnSignalSynchronizationObject2Cb;
} D3D12DDI_DOWNLEVEL_SUPPORT_CALLBACKS_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_downlevel_support_callbacks_0054)

D3D12DDI_DOWNLEVEL_SUPPORT_CALLBACKS_0054 structure

Description

Contains callback functions for extended feature downlevel support.

Members

pfnCreateSynchronizationObject2Cb

Creates a synchronization object.

pfnWaitForSynchronizationObject2Cb

Waits for synchronization object.

pfnSignalSynchronizationObject2Cb

Signal synchronization object.

Remarks

See also