// d3d10umddi.h
PFND3DWDDM1_3DDI_SETMARKER Pfnd3dwddm13DdiSetmarker;
VOID Pfnd3dwddm13DdiSetmarker(
D3D10DDI_HDEVICE hDevice
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Notifies the user-mode display driver that it must generate a new time stamp if any GPU work has completed since the last call to SetMarker.
hDeviceA handle to the display device (graphics context).
The driver can use the pfnSetErrorCb callback function to set an error code.
If the marker event type from the Type parameter of the SetMarkerMode function is not D3DWDDM1_3DDI_MARKER_TYPE_NONE, the user-mode display driver must perform this procedure with each call to SetMarker:
Determine which contexts associated with single-threaded device driver interface (DDI) render calls submitted work with the last call to SetMarker. For each such context:
Update tracking data that will be used the next time that SetMarker is called.