D3D11_1DDI_ARCHITECTURE_INFO_DATA - NtDoc

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

typedef struct D3D11_1DDI_ARCHITECTURE_INFO_DATA {
  BOOL TileBasedDeferredRenderer;
} D3D11_1DDI_ARCHITECTURE_INFO_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_architecture_info_data)

D3D11_1DDI_ARCHITECTURE_INFO_DATA structure

Description

Describes information about display adapter architecture.

Members

TileBasedDeferredRenderer

Specifies whether a rendering device batches rendering commands and performs multipass rendering into tiles or bins over a render area. The value is TRUE if the rendering device batches rendering commands and FALSE otherwise.