D3DWDDM1_3DDI_MARKER_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3dwddm1_3ddi_marker_type)

D3DWDDM1_3DDI_MARKER_TYPE enumeration

Description

Indicates the type of marker that the user-mode display driver supports.

Constants

D3DWDDM1_3DDI_MARKER_TYPE_NONE

No marker type is supported.

D3DWDDM1_3DDI_MARKER_TYPE_PROFILE

The context submits GPU work for single-threaded user-mode DDIs. In this case, each time stamp denotes the end of GPU work.