D3DDDICAPS_ARCHITECTURE_INFO - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-d3dddicaps_architecture_info)

D3DDDICAPS_ARCHITECTURE_INFO 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.