// d3d12umddi.h
PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB Pfnd3d12ddiSignalsynchronizationobject2cb;
HRESULT Pfnd3d12ddiSignalsynchronizationobject2cb(
D3D12DDI_HRTDEVICE hDevice,
const D3D12DDICB_SIGNALSYNCHRONIZATIONOBJECT2 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Inserts a signal for the specified synchronization objects in the specified context stream.
hDeviceHandle to a device.
unnamedParam2Pointer to a D3D12DDICB_SIGNALSYNCHRONIZATIONOBJECT2 structure.
Returns HRESULT.
//Declaration
PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB Pfnd3d12ddiSignalsynchronizationobject2cb;
// Definition
HRESULT Pfnd3d12ddiSignalsynchronizationobject2cb
(
D3D12DDI_HRTDEVICE hDevice
const D3D12DDICB_SIGNALSYNCHRONIZATIONOBJECT2 *
)
{...}