// d3d10umddi.h
typedef enum D3DWDDM1_3DDI_MARKER_TYPE {
D3DWDDM1_3DDI_MARKER_TYPE_NONE,
D3DWDDM1_3DDI_MARKER_TYPE_PROFILE
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the type of marker that the user-mode display driver supports.
D3DWDDM1_3DDI_MARKER_TYPE_NONENo marker type is supported.
D3DWDDM1_3DDI_MARKER_TYPE_PROFILEThe context submits GPU work for single-threaded user-mode DDIs. In this case, each time stamp denotes the end of GPU work.