D3DWDDM1_3DDI_TILE_MAPPING_FLAG - NtDoc

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

typedef enum D3DWDDM1_3DDI_TILE_MAPPING_FLAG {
  D3DWDDM1_3DDI_TILE_MAPPING_NO_OVERWRITE
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DWDDM1_3DDI_TILE_MAPPING_FLAG enumeration

Description

Indicates how to update a tile mapping.

Constants

D3DWDDM1_3DDI_TILE_MAPPING_NO_OVERWRITE

Previously submitted commands to the device that may still be executing do not reference any of the tile region being updated. This allows the device to avoid having to flush previously submitted work in order to update a tile mapping.