Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains callback functions for extended feature downlevel support.
Syntax
typedef struct D3D12DDI_DOWNLEVEL_SUPPORT_CALLBACKS_0054 {
PFND3D12DDI_CREATESYNCHRONIZATIONOBJECT2CB pfnCreateSynchronizationObject2Cb;
PFND3D12DDI_WAITFORSYNCHRONIZATIONOBJECT2CB pfnWaitForSynchronizationObject2Cb;
PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB pfnSignalSynchronizationObject2Cb;
} D3D12DDI_DOWNLEVEL_SUPPORT_CALLBACKS_0054;
Members
pfnCreateSynchronizationObject2Cb
Creates a synchronization object.
pfnWaitForSynchronizationObject2Cb
Waits for synchronization object.
pfnSignalSynchronizationObject2Cb
Signal synchronization object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3d12umddi.h |