D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_0032 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef enum D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_0032 {
  D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_DEFAULT,
  D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_MARKER_IN,
  D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_MARKER_OUT
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_writebufferimmediate_mode_0032)

D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_0032 enumeration

Description

The write buffer immediate mode.

Constants

D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_DEFAULT

The write buffer immediate default value is 0x0.

D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_MARKER_IN

The write buffer immediate mode is marker in, and the value is 0x1.

D3D12DDI_WRITEBUFFERIMMEDIATE_MODE_MARKER_OUT

The write buffer immediate mode is marker out, and the value is 0x2.